Description Usage Arguments Details Value Examples
View source: R/sms_functions.R
Selects/creates the variables needed for megaframe, using ghi_ave for ghi
1 | format_sms_vars_for_megaframe(sms_flagged)
|
sms_flagged |
SMS dataframe with "tidy" variables, including ghi_ave |
Megaframe format variables: datetime, year, month, ghi, dni, dhi, temp, ws, model
SMS dataframe with variables ready to integrate with Megaframe format
1 2 3 4 5 6 7 8 9 | ## Not run:
## To Prepare sms_flagged dataframe for megaframe compliation:
sms_flagged %>%
filter_sms() %>%
average_ghi_sensors() %>%
average_data_to_hourly() %>%
format_sms_vars_for_megaframe()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.