gt_path: Path to GeyserTimes Local Data

Description Usage Arguments Value Note Author(s) See Also Examples

Description

Returns the path where local GeyserTimes data is stored.

Usage

1
gt_path(temp = FALSE)

Arguments

temp

a logical value, if TRUE, the temporary path is returned. This location will disappear when the R session ends.

Value

a character string giving the full path where local GeyserTimes data is stored.

Note

Prior to version 0.1.8, the geysertimes package used a location specified by rappdirs::user_data_dir for storing local GeyserTimes data. Starting with version 0.1.8, the package now uses the location tools::R_user_dir("geysertimes", "data").

Author(s)

Stephen Kaluzny <spkaluzny@gmail.com>

See Also

gt_get_data

Examples

1
2
# The default location for the GeyserTimes data:
gt_path()

geysertimes documentation built on Sept. 9, 2021, 9:06 a.m.