Description Usage Arguments Details Value
'get_data()' helps the user get data for necessary for function execution.
1 | download_file(url, file, dir)
|
data |
'data = "all"' will download all the data that can be downloaded with the function. It has to be used with 'start.year', 'start.month', 'end.year' and 'end.month'. Other possible options are: 'data = "zctashapefile"', 'data = "pblheight"', 'data = "metfiles"' and 'data = "zcta_dataset"'. |
start.year |
specify what year of metfiles data you would like to start with. Please supply it like as a string for example "2005". |
end.year |
specify what year of metfiles data you would like to end with. Please supply it like as a string for example "2005". |
start.month |
what month of 'start.year' you would like to start the download with? Please supply a string for example "07" for July. |
end.month |
what month of 'end.year' you would like to end the download with? Please supply a string for example "07" for July. |
get_data
Creates directories (does not overwrite if existing). Outputs string variables with paths to the environment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.