Luckily for us, case_when is actually a thing in R. Check out the exact same code snippet presented with a case_when . df %>% mutate(user_type = ...
確定! 回上一頁