Description Usage Arguments See Also
View source: R/string_manipulation.R
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".
1 | prime_concepts(data, concept_col)
|
data |
Dataframe |
concept_col |
Pointer to the column with the concepts to map |
tidyeval-compat
,mutate_all
str_replace
,str_remove
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.