Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
adokter committed Sep 7, 2023
1 parent 929c98e commit 1e065e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions R/nexrad_odim.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
#' # download a NEXRAD file, save as KBGM_example
#' path = file.path(tempdir(), "KBGM_example")
#'
#' download.file(paste("https://noaa-nexrad-level2.s3.amazonaws.com/",
#' "2019/10/01/KBGM/KBGM20191001_000542_V06", method="libcurl", mode="wb",
#' sep = ""
#' ), path)
#' download.file(paste0("https://noaa-nexrad-level2.s3.amazonaws.com/",
#' "2019/10/01/KBGM/KBGM20191001_000542_V06"), path, method="libcurl", mode="wb")
#'
#' # convert to ODIM format
#'
Expand Down
6 changes: 2 additions & 4 deletions man/nexrad_to_odim.Rd

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

0 comments on commit 1e065e5

Please sign in to comment.