R/rchime_example.R
rchime_example.Rd
rchime comes bundled with some example files in its inst/extdata directory. This function make them easy to access.
inst/extdata
rchime_example(file = NULL)
Name of file. If NULL, the example files will be listed.
NULL
string, full path to file requested
rchime_example() #> [1] "/home/runner/work/_temp/Library/rchime/extdata" rchime_example("silva.gold.rds") #> [1] "/home/runner/work/_temp/Library/rchime/extdata/silva.gold.rds"