View source: R/utils-standardize_names.R
cleanCharacterStrings | R Documentation |
This function takes a character string as input and performs several cleaning operations to remove special characters, formatting, and unwanted substrings. The cleaned string is then returned as the output.
cleanCharacterStrings(name, space_action = "")
name |
A character string to be cleaned. |
space_action |
A character vector specifying the actions to be taken for space characters. One of c("", "-", " "). |
The cleaned character string.
cleanCharacterStrings("Cisplatin: 1 mg/mL (1.5 mM); 5 mM in DMSO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.