Skip to contents

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")
)

Arguments

dir

The destination directory for the files.

files

A vector for the specific files to download.

See also