gt_path {geysertimes} | R Documentation |
Path to GeyserTimes Local Data
Description
Returns the path where local GeyserTimes data is stored.
Usage
gt_path(temp = FALSE)
Arguments
temp |
a logical value, if |
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
Examples
# The default location for the GeyserTimes data:
gt_path()
[Package geysertimes version 0.1.9 Index]