Description Usage Arguments Details Examples
Set your NOAA API key. This stores it as an environment variable so it can be used with simpleweather functions. You can install the key to your .Renviron so calling this function is not required for each R session.
1 | set_api_key_noaa(api_key)
|
api_key |
the api key string |
You can obtain an API key for free here: https://www.ncdc.noaa.gov/cdo-web/webservices/v2
1 2 3 4 | ## Not run:
set_api_key_noaa("<key>")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.