DO NOT USE if your question relates to one or two components of the tidyverse, such as dplyr or ggplot2.
I am trying to figure out how scale_continuous() expand argument works. According to scale_continuous documentation: A numeric vector …
r ggplot2 tidyverseWhy is dplyr::one_of() called that? All the other select_helpers names make sense to me, so I'm wondering …
r naming tidyverseI remember reading somewhere that as.tibble() is an alias for as_data_frame(), but I don't know what exactly …
r dplyr terminology tidyverse tibbleI feel like there should be an efficient way to mutate new columns with dplyr using case_when and contains, …
r dplyr tidyverseI have a data frame with a number of columns in a form var1.mean, var2.mean. I would like …
r tidyverse