reprex

    1熱度

    1回答

    我沒有問題,使得這種tibble: library(dplyr) library(tibble) as.tibble(mtcars[2:3,2:3]) %>% mutate(cyl_x_disp = cyl * disp) 產生本: # A tibble: 2 × 3 cyl disp cyl_x_disp <dbl> <dbl> <dbl> 1 6 160 9