data-raw/pulse_of_the_nation/pulse_of_the_nation_dataprep.R

pulse_of_the_nation <- read_csv("data-raw/pulse_of_the_nation/pulse_of_the_nation.csv") %>% 
  mutate_if(is.character, as.factor)

# Save the final data
usethis::use_data(pulse_of_the_nation, overwrite = TRUE)
mdogucu/bayesrules documentation built on April 23, 2022, 2:46 a.m.