## Error in `library()`:
## ! there is no package called 'tidyverse'
## Error in `data_frame()`:
## ! could not find function "data_frame"
## Error in `b %>% mutate(c = case_when(a < 11 ~ "老大", a < 21 ~ "老二", TRUE ~ "老幺")) %>% .$
## c %>% table()`:
## ! could not find function "%>%"
如果我们满足了条件
a < 11 ~ '老大',a < 21 ~ '老二',- 剩下的非空都是
'老幺'
and条件,是:
&,
或命题是|,ctrl+\