last_updated {altfuelr} | R Documentation |
Retrieve the Date of Last API Data Update.
last_updated(api_key)
api_key |
Character. An authorized API key for the NREL API service. API keys can be requested at https://developer.nrel.gov/signup/ |
An object of class POSIXct containing the date and time of the most recent data update.
## Not run:
last_updated(MY_API_KEY)
## End(Not run)