Skip to contents

Get path to fpod example

Usage

fp_example(path = NULL)

Arguments

path

Name of the file. If NULL, all example files are listed.

Examples

# get a list all example files
fp_example()
#> [1] "gullars_period1.FP3"

# get the path for this particular file
fp_example("gullars_period1.FP3")
#> [1] "/home/runner/work/_temp/Library/fpod/extdata/gullars_period1.FP3"