Skip to contents

{mqor} comes bundled with some sample datasets in its inst/demo_files directory. These are identical to demo_shortterm and demo_longterm, and can be read using read_mqor(). This function makes these files easy to access.

Usage

demo_files(file = NULL)

Arguments

file

Path to file. If NULL, the example files will be listed.

Examples

demo_files()
#> [1] "demo_attributes.csv" "demo_longterm.csv"   "demo_shortterm.csv" 
demo_files("demo_longterm.csv")
#> [1] "/tmp/Rtmpjsr6D1/temp_libpath4086ea2fbb0/mqor/demo_files/demo_longterm.csv"