I have a data set of 800 variables and I am trying to dichotomise the variables 91 to 166. However I do not wish to get rid of the others like the code below suggests. Is there a way to "unselect" the variables?
Thanks!
dt_test <- dt %>%
select(91:166) %>%
dicho(dich.by = 2)