Description Usage Arguments Details Value Author(s) Examples
The function is passed a url for daily or hourly data, a matching directory, and sequence of years to download. The function will then download all the files and place them in the right directory.
1 | downloadCRN(url = CRN.DAILY.URL, directory = DAILY_DIR, years = seq(from = 2000, to = 2011, by = 1))
|
url |
Must be either CRN.DAILY.URL or CRN.HOURLY.URL |
directory |
Must match the url: DAILY_DIR or HOURLY_DIR |
years |
a sequence of years to download. On initial download you should download all files. For updates just use the last year |
The function iterates through the years in the sequence, fetches all the urls for the files in those subdirectories and downloads them all
Side effect is downloaded files
Steven Mosher
1 2 3 4 5 6 | ## Not run:
downloadCRN()
downloadCRN( url = CRN.HOURLY.URL, directory = HOURLY_DIR )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.