Skip to contents

Download NARR files

Usage

download.NARR(
  outfolder,
  start_date,
  end_date,
  overwrite = FALSE,
  verbose = FALSE,
  method,
  ...
)

Arguments

outfolder

location where output is stored

start_date

desired start date YYYY-MM-DD

end_date

desired end date YYYY-MM-DD

overwrite

Overwrite existing files? Default=FALSE

verbose

Turn on verbose output? Default=FALSE

method

Method of file retrieval. Can set this using the options(download.ftp.method=[method]) in your Rprofile.

...

other inputs example options(download.ftp.method="ncftpget")

Author

Betsy Cowdery, Shawn Serbin

Examples

if (FALSE) { # \dontrun{
download.NARR("~/",'2000/01/01','2000/01/02', overwrite = TRUE, verbose = TRUE)
} # }