I am trying to use filter from dplyr to filter columns starting with w and has values more than 11 and less than 4 ?
WBC_abnormal \<-Data %\>% select(starts_with("WBC")) %\>% filter(if_any(everything(), \~ . \< 4 | \>11))
error :
Error: unexpected '>' in "WBC_abnormal<-Data %>% select(starts_with("WBC"))%>% filter(if_any(everything(), ~ . < 4| >"