R/string_manipulation.R
process_first_parentheses.Rd
Process a Concept Column for the First Set of Parentheses
process_first_parentheses(data, concept_col)
data | Dataframe |
---|---|
concept_col | Pointer to the column with the concepts to map |
This is the same function as process_parentheses
except that the Concept Column name is appended with "1st Parentheses" instead of "Parentheses" to accommodate a call to link{process_last_parentheses}
.