I’m brand new to R so I’m sorry if this is a dumb question. I am working on an exercise that states “for tibble student_data, exclude caucasians.” We are using tidyverse, so I know that it starts… student_data %>% I get lost from there. I can’t find anything about it online. Any help would be greatly appreciated
As I mentioned, I know it starts student_data %>% I’ve tried filter, mutate, etc. Maybe I’m not using it correctly