R/string_manipulation.R
process_last_parentheses.Rd
Process a Concept Column for the Last Set of Parentheses
process_last_parentheses(data, concept_col)
data | Dataframe |
---|---|
concept_col | Pointer to the column with the concepts to map |
This function differs from process_parentheses
and link{process_last_parentheses}
by performing a greedy regex match for parentheses in cases where there are multiple parenthetical statements within the concept column.