| example_path {fgeo.x} | R Documentation |
Access data stored in system files.
Description
example_path() mostly wraps system.file(..., package = "fgeo.x").
Usage
example_path(path = NULL)
Arguments
path |
Name of file or directory. If |
Value
A character string.
See Also
Other datasets: datasets,
download_data
Examples
example_path()
dir(example_path("rdata"))
example_path("taxa.csv")
str(read.csv(example_path("taxa.csv")))
[Package fgeo.x version 1.1.4 Index]