Process the Words Column from the Concept Column

process_words(data, concept_col, sep = " ", word_nchar = 3)

Arguments

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