R/updatestn.R

Defines functions updatestn

Documented in updatestn

#' Update list of Oklahoma Mesonet stations
#'
#' The list of Oklahoma Mesonet stations was updated November 28, 2014. 
#' Use \code{updatestn} to manually update the list.
#'
#' @export
#' @name updatestn
#' @seealso \code{\link{okstations}}
#' 
#' @examples
#' \dontrun{
#' ## Update Oklahoma Mesonet station list
#' okstations <- updatestn()
#' }

updatestn <- function() {
  ## Update okstations by calling downloadstn()
  ##
  ## Arguments: none
  ## Returns: updated okstations objects
  downloadstn()
}

Try the okmesonet package in your browser

Any scripts or data that you put into this service are public.

okmesonet documentation built on May 2, 2019, 6:39 a.m.