date_correct | R Documentation |
Round start and end dates to conform with data api standards. See api documentation (http://data.worldbank.org/developers/climate-data-api) for full details
date_correct(start, end)
start |
The start year |
end |
The end year |
a 2xM matrix where M in the number of periods in the data api
## Not run:
date_correct(1921,1957)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.