Description Usage Arguments Details Author(s) Examples
These function allow you to pull the current versions of certain meta-datasets for the GHCND, including lists of country and state abbreviations used in some of the weather station IDs and information about the current version of the data.
1 2 3 4 5 |
... |
Additional curl options to pass through to |
Functions:
ghcnd_version
: Get current version of GHCND data
ghcnd_states
: Get US/Canada state names and 2-letter codes
ghcnd_countries
: Get country names and 2-letter codes
Scott Chamberlain myrmecocystus@gmail.com, Adam Erickson adam.erickson@ubc.ca
1 2 3 4 5 6 7 | ## Not run:
# Get metadata
ghcnd_states()
ghcnd_countries()
ghcnd_version()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.