Learn R Programming

altfuelr (version 0.1.0)

last_updated: 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

Run this code
# NOT RUN {
last_updated(MY_API_KEY)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab