example_path {fgeo.x} | R Documentation |
example_path()
mostly wraps system.file(..., package = "fgeo.x")
.
example_path(path = NULL)
path |
Name of file or directory. If |
A character string.
Other datasets: datasets
,
download_data
example_path()
dir(example_path("rdata"))
example_path("taxa.csv")
str(read.csv(example_path("taxa.csv")))