Download larger example files from GitLab
download_demo_files.Rd
As well as the simple files found via demo_files()
, {mqor}
provides more
complex data which is too large to bundle with an R package. This function
downloads these files to a directory. These files are the demo dataset found
in the DELTA tool, reformatted for read_mqor()
.
Usage
download_demo_files(
dir,
files = c("delta_attributes.csv", "delta_shortterm.csv", "delta_longterm.csv")
)