format_sms_vars_for_megaframe: Format SMS Variables for Megaframe

Description Usage Arguments Details Value Examples

View source: R/sms_functions.R

Description

Selects/creates the variables needed for megaframe, using ghi_ave for ghi

Usage

1

Arguments

sms_flagged

SMS dataframe with "tidy" variables, including ghi_ave

Details

Megaframe format variables: datetime, year, month, ghi, dni, dhi, temp, ws, model

Value

SMS dataframe with variables ready to integrate with Megaframe format

Examples

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)

btaute/powerResource documentation built on Sept. 4, 2020, 4:36 p.m.