data-raw/convert_to_csv.R

## 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()
PAHPLabResearch/FLASH documentation built on May 15, 2020, 7:08 p.m.