This function comes from the package readr, and has been modified to access the bundled datatsets in directory inst/extdata of PAGES. This function make them easy to access. This function is modified from readr_example of the package readr.

PAGES_example(path = NULL)

Arguments

path

Name of file. If NULL, the example files will be listed.

Examples

PAGES_example()
#> [1] "bonenburg_cross.csv" "bonenburg_long.csv" "bonenburg_raw.csv" #> [4] "bonenburg_tidy.csv" "bonenburg.csv" "kuhjoch_long.csv" #> [7] "kuhjoch_raw.csv" "kuhjoch.csv"
PAGES_example("bonenburg_raw.csv")
#> [1] "/tmp/RtmpY13spS/temp_libpath744543af7ef/PAGES/extdata/bonenburg_raw.csv"