Skip to content

Commit

Permalink
add stormevents_cache to caching manual file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 5, 2020
1 parent 44211d0 commit e61a825
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -83,6 +83,7 @@ export(sea_ice_tabular)
export(seaiceeurls)
export(storm_data)
export(storm_meta)
export(stormevents_cache)
export(swdi)
export(theme_ice)
export(torn_cache)
Expand Down
7 changes: 7 additions & 0 deletions R/rnoaa_caching.R
Expand Up @@ -41,6 +41,7 @@
#' - `ersst()`: `ersst_cache`
#' - `tornadoes()`: `torn_cache`
#' - `ghcnd()`/`ghcnd_search()`: `ghcnd_cache`
#' - `se_data()`/`se_files()`: `stormevents_cache`
#'
NULL

Expand Down Expand Up @@ -91,3 +92,9 @@ NULL
#' @usage NULL
#' @export
"ghcnd_cache"

#' @rdname rnoaa_caching
#' @format NULL
#' @usage NULL
#' @export
"stormevents_cache"
2 changes: 2 additions & 0 deletions man/rnoaa_caching.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e61a825

Please sign in to comment.