Description Usage Arguments Details Value Author(s) See Also Examples
Loads the Geyser Times data that was previously downloaded by a call
to gt_get_data
.
1 2 | gt_load_eruptions(path = gt_path(), quiet = FALSE, version = NULL)
gt_load_geysers(path = gt_path(), quiet = FALSE, version = NULL)
|
path |
a character string, the local location where the Geyser Times data
has been written.
The default is the local permanent location given by |
quiet |
a logical value, if |
version |
a character string giving the version of the Geyser Times data to load.
Calling |
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()'.
a tibble containing the Geyser Times data with names: (need to decide on appropriate names)
Stephen Kaluzny <spkaluzny@gmail.com>
1 2 3 4 5 | ## Not run:
tmppath <- gt_get_data()
erupt <- gt_load_eruptions()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.