example_path()
retrieves the local path to the bundled Dataset-JSON example
files. These files are compressed with xz.
Usage
example_path(name = NULL)
Arguments
- name
The name of Dataset-JSON example. Run example_path()
to check
available options, e.g. example_path("ae")
.
Value
A character vector of absolute paths to Dataset-JSON example files.
Examples
example_path("ae")
#> [1] "/home/runner/work/_temp/Library/dataset.json.examples/examples/sdtm/ae.json.xz"
example_path("adsl")
#> [1] "/home/runner/work/_temp/Library/dataset.json.examples/examples/adam/adsl.json.xz"