fgeo.x (version 1.1.4)

example_path: 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 NULL, the example files and directories will be listed.

Value

A character string.

See Also

Other datasets: datasets, download_data

Examples

Run this code
# NOT RUN {
example_path()

dir(example_path("rdata"))

example_path("taxa.csv")

str(read.csv(example_path("taxa.csv")))
# }

Run the code above in your browser using DataLab