prime_concepts: Make Modifications to Concepts for SQL querying

Description Usage Arguments See Also

View source: R/string_manipulation.R

Description

A series of modifications are required for concepts to avoid errors when using them as arguments for SQL querying such as the single quote in "Kaposi's sarcoma" requiring a replacement with an additional "'" escape character, resulting in a string that reads "Kaposi”s sarcoma".

Usage

1
prime_concepts(data, concept_col)

Arguments

data

Dataframe

concept_col

Pointer to the column with the concepts to map

See Also

tidyeval-compat,mutate_all str_replace,str_remove


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