You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source(file = "functions.R") # Import libraries and customized functions via functions.R
# Data Import & Wrangling -------------------------------------------------
# Data Export -------------------------------------------------------------
save.image(file = paste0("data/_RData/cleaning/cleaning_", paste(unlist(strsplit(as.character(Sys.time()), split = ":")), collapse = "_"), ".RData")) # Back up current process