example {mpactr} | R Documentation |
Get file paths for examples
Description
mpactr contains a number of example files in the inst/extdata
directory.
This function makes them accessible in documentation that shows how file
paths are used in function examples.
Usage
example(file = NULL)
Arguments
file |
Name of a file. If |
Value
A file path to example data stored in the inst/extdata
directory
of the package.
Examples
example()
example("metadata.csv")
[Package mpactr version 0.1.0 Index]