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")