Pinned Loading
-
openresearchcalendar/openresearchcalendar.github.io
openresearchcalendar/openresearchcalendar.github.io PublicDocumentation & Code for the community tool: 'Open Research Calendar'
-
Tidy code that will: (1) state which...
Tidy code that will: (1) state which packages are required (2) list which ones aren’t already installed. (3) install the new packages. (4) load (library) them. (5) check for updates for all packages. 1list_of_packages<-c("tidyr","psych","ggplot2","here")
2new.packages <- list_of_packages[!(list_of_packages %in% installed.packages()[,"Package"])]
3if(length(new.packages))install.packages(new.packages)
4lapply(list_of_packages, library, character.only = TRUE)
5update.packages(ask=FALSE, repos = "https://cloud.r-project.org")
-
-
-
email-charter/email-charter.github.io
email-charter/email-charter.github.io Publichttps://email-charter.github.io - Top tips to prevent email overload
HTML 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.