char_to_df {SunsVoc}R Documentation

Convert From Hbase Char String to Dataframe

Description

This function parses the I-V curve string and creates an additional dataframe with current and voltage columns from it.

Usage

char_to_df(str)

Arguments

str

The character string to be converted to a Dataframe.

Value

Dataframe containing IV curve data.

Examples

char_to_df(df_wbw$ivdf[1])


[Package SunsVoc version 0.1.2 Index]