Process a Concept Column for the Last Set of Parentheses

process_last_parentheses(data, concept_col)

Arguments

data

Dataframe

concept_col

Pointer to the column with the concepts to map

Details

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.