R tips
# res0<-res0 %>%
# select("outcome_", everything())
# t1<- t1 %>%
# mutate(across(where(is.numeric), round, 1))
Force R not to use exponential notation
options(scipen=999)
remotes::install_github(“tidyverse/tidyverse”)
# res0<-res0 %>%
# select("outcome_", everything())
# t1<- t1 %>%
# mutate(across(where(is.numeric), round, 1))
options(scipen=999)
remotes::install_github(“tidyverse/tidyverse”)