gt_load_data: Load the Geyser Times Data

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

Description

Loads the Geyser Times data that was previously downloaded by a call to gt_get_data.

Usage

1
2
gt_load_eruptions(path = gt_path(), quiet = FALSE, version = NULL)
gt_load_geysers(path = gt_path(), quiet = FALSE, version = NULL)

Arguments

path

a character string, the local location where the Geyser Times data has been written. The default is the local permanent location given by gt_path(). If no appropriate data is found at that location, the function will look in the temporary location given by gt_path(temp=TRUE).

quiet

a logical value, if TRUE, no messages are displayed.

version

a character string giving the version of the Geyser Times data to load. Calling gt_version(path, all=TRUE) will list all versions available under path.

Details

Typically, a user would download the data once, with a call to 'gt_get_data(destdir=gt_path())'. Subsequent R sessions can the load this downloaded data with a call to 'gt_load_eruptions()'.

Value

a tibble containing the Geyser Times data with names: (need to decide on appropriate names)

Author(s)

Stephen Kaluzny <spkaluzny@gmail.com>

See Also

gt_get_data

Examples

1
2
3
4
5
## Not run: 
tmppath <- gt_get_data()
erupt <- gt_load_eruptions()

## End(Not run)

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