process_words: Process the Words Column from the Concept Column

Description Usage Arguments

View source: R/string_manipulation.R

Description

Process the Words Column from the Concept Column

Usage

1
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


patelm9/chariot documentation built on Feb. 19, 2022, 11:29 a.m.