data-raw/cleaneddata.R

## code to prepare `cleaneddata` dataset goes here
cleaneddata <- read.csv(file = "data-raw/cleaneddata.txt", header = TRUE, sep = ",")
usethis::use_data(cleaneddata, overwrite = TRUE)
mascaretti/moxier documentation built on March 17, 2020, 3:57 p.m.