Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/gt_cleanup_data.R
Removes a particular version of the GeyserTimes data files
that have been download and stored on disk by gt_get_data
.
Alternatively, the function will remove all old versions
of the GeyserTimes data files,
keeping only the most recent files.
1 | gt_cleanup_data(version = NULL, old = FALSE, path = gt_path())
|
version |
a character value,
the specific version of the GeyserTimes data files to be removed.
The version number is the date that the files were downloaded,
with the format |
old |
a logical value, if |
path |
a character value, the location on disk where the GeyserTimes data files. |
Users who regularly download the latest GeysersTimes data may
want to call gt_cleanup_data(old=TRUE)
to
clean out old copies of the data.
a character vector, the versions of the data files that were removed.
If no files are removed, NULL
is returned.
Stephen Kaluzny <spkaluzny@gmail.com>
1 | # see the example in the gt_get_data help file.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.