Description Usage Arguments Value Examples
Function to reset defaults
1 2 3 4 5 6 7 | resetDefaults(
db_name = "data-raw/FPA_FOD_20170508.sqlite",
aqs_api_email = Sys.getenv("aqs_api_email"),
aqs_api_key = Sys.getenv("aqs_api_key"),
year_min = 2001,
year_max = 2015
)
|
db_name |
file path for the wildfires SQLite database |
aqs_api_email |
API email for the AQS API |
aqs_api_key |
API key for the AQS API |
year_min |
minimum year to process for datasets |
year_max |
minimum year to process for datasets |
a list of default values invisibly
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.