View source: R/required_scripts.R
split_column | R Documentation |
This function splits a column in the nomenclature table by a defined character into a matrix of values for use with downstream CCN functions
split_column(nomenclature, column_name, split_char = "\\|", expand = FALSE)
nomenclature |
the nomenclature table output from 'build_nomenclature_table' or related/downstream functions. |
column_name |
the name of the column for splitting |
split_char |
the character to split the column on (default = "|") |
expand |
expands the matrix (default = FALSE) |
A matrix with character entries, where each row corresponds to an entry from the input vector and each column corresponds to unique values from the split vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.