Skip to content

Commit

Permalink
add missing param defs for ersst #96
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 1, 2015
1 parent 5b71ec5 commit 984c0ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/ersst.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
#' the current year is. Required
#' @param month A month, character or numeric. If single digit (e.g. 8), we
#' add a zero in front (e.g., 08). Required
#' @param path (character) A path to store the files, a directory. Default:
#' \code{~/.rnoaa/ersst}. Required.
#' @param overwrite (logical) To overwrite the path to store files in or not,
#' Default: \code{TRUE}
#' @param ... Curl options passed on to \code{\link[httr]{GET}}. Optional
#' @return An \code{ncdf4} object for now, may change output later to
#' perhaps a data.frame. See \pkg{ncdf4} for parsing the output.
Expand Down
6 changes: 6 additions & 0 deletions man/ersst.Rd

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

0 comments on commit 984c0ed

Please sign in to comment.