Learn R Programming

omxr (version 0.3.3)

omxr_example: Get path to example file

Description

omxr comes bundled with an example omx file in its `inst/extdata` directory. This function makes it easy to access.

Usage

omxr_example(path = NULL)

Arguments

path

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

Value

The path to the package example file

Examples

Run this code
# NOT RUN {
omxr_example()
omxr_example("skims.omx")
# }

Run the code above in your browser using DataLab