Skip to contents

rchime comes bundled with some example files in its inst/extdata directory. This function make them easy to access.

Usage

rchime_example(file = NULL)

Arguments

file

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

Value

string, full path to file requested

Examples

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"