View source: R/utility_functions.R
extract_concatenated_data_from_column | R Documentation |
Extract data concatenated in a single column.
extract_concatenated_data_from_column(column_to_divide)
column_to_divide |
A 1-column data.frame with data to divide in several columns, with format "key1=value1,key2=value2,...". |
A data.frame containing X columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.