I have a dataframe, df. Some of its columns include logicals. I would like to drop the ones that are all FALSE.
df
FALSE
library(tidyverse) d