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”)

https://www.r-graph-gallery.com/all-graphs.html

Next