Download NARR files

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

Arguments

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. example options(download.ftp.method="ncftpget")

Examples

# NOT RUN {
download.NARR("~/",'2000/01/01','2000/01/02', overwrite = TRUE, verbose = TRUE)
# }# NOT RUN {
# }