char_to_df {SunsVoc} | R Documentation |
This function parses the I-V curve string and creates an additional dataframe with current and voltage columns from it.
char_to_df(str)
str |
The character string to be converted to a Dataframe. |
Dataframe containing IV curve data.
char_to_df(df_wbw$ivdf[1])