View source: R/call_construction.R
create.authentication | R Documentation |
Generate the string authentication needed for EPA API
create.authentication(email, key)
email |
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. |
A string with authentication info. It looks like '&email=user_email&key=user_key'.
auth <- create.authentication("myemail@domain.com", "myapikey") auth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.