View source: R/spiro_example.R
spiro_example | R Documentation |
spiro_example
returns the file path for example data files within the
spiro
package.
spiro_example(file = NULL)
file |
Name of the file, either "zan_gxt", "zan_ramp" or "hr_ramp.tcx". Leave the argument empty to get a vector with the paths of all three example files. |
A character vector with the absolute file path of the example file(s).
# get path of a specific example data file
spiro_example("zan_gxt")
# get all paths of example data files
spiro_example()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.