View source: R/mintyr_examples.R
mintyr_examples | R Documentation |
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.
mintyr_examples(pattern = NULL)
pattern |
A regular expression to filter filenames. If |
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.
mintyr_example()
to get the full path of a specific example file
# List all example files
mintyr_examples()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.