
Generate the string authentication needed for EPA API
Source:R/call_construction.R
create.authentication.Rd
Generate the string authentication needed for EPA API
Arguments
Email registered with EPA API
- key
Key obtained from EPA API. Register your email for a key here https://aqs.epa.gov/aqsweb/documents/data_api.html#signup.
Examples
auth <- create.authentication("[email protected]", "myapikey")
auth
#> [1] "&[email protected]&key=myapikey"