Select (and optionally rename) variables in a data frame, using a concise ... starwars %>% select(height) #> # A tibble: 87 x 1 #> height #> <int> #> 1 172 ...
確定! 回上一頁