Skip to content

Commit

Permalink
tweaks to some man files
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 5, 2017
1 parent af254e3 commit 283e1eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 1 addition & 5 deletions R/ersst.R
Expand Up @@ -40,11 +40,7 @@
#' ## varibles
#' names(res$var)
#' ## get a variable
#' ncdf4::ncvar_get(res, "lon_bnds")
#'
#' # curl debugging
#' library('httr')
#' ersst(year = 2015, month = 10, config=verbose())
#' ncdf4::ncvar_get(res, "ssta")
#' }
ersst <- function(year, month, overwrite = TRUE, ...) {
calls <- names(sapply(match.call(), deparse))[-1]
Expand Down
4 changes: 4 additions & 0 deletions R/ghcnd.R
Expand Up @@ -145,6 +145,10 @@ ghcnd_search <- function(stationid, date_min = NULL, date_max = NULL,
#' your machine to save files to, and run
#' \code{rappdirs::user_cache_dir("rnoaa/ghcnd")} to get that directory.
#'
#' Note that between versions of \pkg{rnoaa} you may want to clear your
#' cache of ghcnd files IF there are changes in ghcnd functions. See
#' \code{\link{ghcnd_clear_cache}} or you can do so manually.
#'
#' @examples \dontrun{
#' # Get data
#' ghcnd(stationid = "AGE00147704")
Expand Down
6 changes: 1 addition & 5 deletions man/ersst.Rd

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

4 changes: 4 additions & 0 deletions man/ghcnd.Rd

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

0 comments on commit 283e1eb

Please sign in to comment.