spiro_example
returns the file path for example data files within the
spiro
package.
Examples
# get path of a specific example data file
spiro_example("zan_gxt")
#> [1] "/github/home/R/x86_64-pc-linux-gnu-library/4.5/spiro/extdata/zan_gxt"
# get all paths of example data files
spiro_example()
#> [1] "/github/home/R/x86_64-pc-linux-gnu-library/4.5/spiro/extdata/hr_ramp.tcx"
#> [2] "/github/home/R/x86_64-pc-linux-gnu-library/4.5/spiro/extdata/zan_gxt"
#> [3] "/github/home/R/x86_64-pc-linux-gnu-library/4.5/spiro/extdata/zan_ramp"