Description Usage Arguments Value See Also Examples
example_path()
mostly wraps system.file(..., package = "fgeo.x")
.
1 | example_path(path = NULL)
|
path |
Name of file or directory. If |
A character string.
Other datasets: datasets
,
download_data
1 2 3 4 5 6 7 | example_path()
dir(example_path("rdata"))
example_path("taxa.csv")
str(read.csv(example_path("taxa.csv")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.