👋
Hello! I'm Brad PhD student and GTA (School of Psychology, University of Chester). I'm currently investigating the mechanisms of social intentionality. Check out more about me on my website. Any questions - Get in touch!
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePhD student and GTA (School of Psychology, University of Chester). I'm currently investigating the mechanisms of social intentionality. Check out more about me on my website. Any questions - Get in touch!
An app to show the progression of UK COVID-19 Vaccinations. Built with R and RStudio - hosted through ShinyApps
HTML 9
Documentation & Code for the community tool: 'Open Research Calendar'
list_of_packages<-c("tidyr","psych","ggplot2","here")
new.packages <- list_of_packages[!(list_of_packages %in% installed.packages()[,"Package"])]
if(length(new.packages))install.packages(new.packages)
lapply(list_of_packages, library, character.only = TRUE)
update.packages(ask=FALSE, repos = "https://cloud.r-project.org")