Description Usage Arguments Details Value Examples
View source: R/satellite_functions.R
Reads in a list of Clean Power Research Time Series Files and returns a list of data frames named after each model version and formatted to be integrated with a Megaframe.
1 | read_cpr(cpr_files)
|
cpr_files |
A list of strings that provide a path to each CPR Timeseries CSV. |
Megaframe format variables: datetime, year, month, ghi, dni, dhi, temp, ws, model
A list of tidy data frames (technically tibbles), named after the CPR model version
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.