## Run the code in this file to activate the csv conversion program. It will ask
## you what data you want to convert, and then it will take care of the rest.
## Output lands in the same folder the data are currently stored in, e.g.
## `data-raw/ACT24/rds`
## To run the code, simply click "Source" in the top right of this pane (if
## using RStudio)
rm(list = ls())
if (!"magrittr" %in% installed.packages()) {
install.packages("magrittr")
}
library(magrittr)
devtools::load_all()
csv_conversion_wrapper()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.