df2chr {SunsVoc} | R Documentation |
The companion function to this one, char_to_df
,
parses this string and creates an additional dataframe from it.
This function works the other way, converting that dataframe back to a character
string.
df2chr(df)
df |
The dataframe, typically named "ivdf", to be converted. |
Returns a character string representing an IV curve.
df2chr(char_to_df(df_wbw$ivdf[1]))