Skip to content

Commit

Permalink
fix isd examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 1, 2018
1 parent 7f14faa commit 8b4c7cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions R/isd.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,11 @@
#' system.time( isd(usaf="782680", wban="99999", year=2011) )
#' system.time( isd(usaf="782680", wban="99999", year=2011) )
#'
#' # Optionally pass in curl options
#' res <- isd(usaf="011490", wban="99999", year=1986, config = verbose())
#'
#' # Plot data
#' ## get data for multiple stations
#' res1 <- isd(usaf="011690", wban="99999", year=1993)
#' res2 <- isd(usaf="172007", wban="99999", year=2015)
#' res3 <- isd(usaf="702700", wban="00489", year=2015)
#' res2 <- isd(usaf="782680", wban="99999", year=2011)
#' res3 <- isd(usaf="008415", wban="99999", year=2016)
#' res4 <- isd(usaf="109711", wban=99999, year=1970)
#' ## combine data
#' library(dplyr)
Expand Down
7 changes: 2 additions & 5 deletions man/isd.Rd

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

0 comments on commit 8b4c7cf

Please sign in to comment.