Learn R Programming

SunsVoc (version 0.1.2)

char_to_df: 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

Run this code
# NOT RUN {
char_to_df(df_wbw$ivdf[1])

# }

Run the code above in your browser using DataLab