var <- c("x", "y") df %>% select(all_of(var)) #> # A tibble: 3 x 2 #> x y #> <int> <int> #> 1 1 4 #> 2 2 5 ... 其他常见的 select() 函数用法如下所示:.
確定! 回上一頁