plr_variable_check {PVplr}R Documentation

Define Standard Variable Names

Description

The method determines the variable names used by the input dataframe. It looks for the following labels:

This function assumes data is in a standard HBase format. If you are using other data (as you most likely are) you should use the companion function, plr_build_var_list.

Usage

plr_variable_check(df)

Arguments

df

A dataframe containing pv data.

Value

Returns a dataframe containing standard variable names (no data). It will not include windspeed if the variable was not already included. This is frequently an input of other functions.

Examples

var_list <- plr_variable_check(test_df)
 

[Package PVplr version 0.1.2 Index]