mintyr_examples {mintyr} | R Documentation |
List all available example files in mintyr package
Description
mintyr
comes bundled with a number of sample files in its inst/extdata
directory. This function lists all available example files, optionally filtered
by a pattern.
Usage
mintyr_examples(pattern = NULL)
Arguments
pattern |
A regular expression to filter filenames. If |
Value
A character vector containing the names of example files. If no files match the pattern or if the example directory is empty, returns a zero-length character vector.
See Also
mintyr_example()
to get the full path of a specific example file
Examples
# List all example files
mintyr_examples()
[Package mintyr version 0.1.0 Index]