View source: R/string_manipulation.R
Process the Words Column from the Concept Column
1 | process_words(data, concept_col, sep = " ", word_nchar = 3)
|
data |
Dataframe |
concept_col |
Pointer to the column with the concepts to map |
sep |
Argument passed to the tidyr::separate_rows, Default: ' ' |
word_nchar |
Number of theshold characters for words to be over to be included in the output, Default: 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.