View source: R/melt_parse_string_column.R
Converts a dataframe to a long table based on a column that contains values to parse in a single string per row with an additional column indicating order.
1 2 3 4 5 6 7 | melt_parse_string_column(
dataframe,
string_col,
parse_pattern,
new_parsed_col_name,
new_order_col_name
)
|
string_col |
variable that contains the string to be parsed |
parse_pattern |
regex pattern of the pattern for each string to be split on |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.