resetDefaults: Function to reset defaults

Description Usage Arguments Value Examples

View source: R/globals.R

Description

Function to reset defaults

Usage

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
)

Arguments

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

Value

a list of default values invisibly

Examples

1

wildviz documentation built on Aug. 23, 2021, 9:06 a.m.