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