Description Usage Arguments Value Examples
Update a character vector case according to stopwords.
| 1 | str_add_case(string, drop = NULL, language = "fr")
 | 
| string | Input character vector. | 
| drop | Stop words to drop. | 
| language | Stop word language. | 
A character vector.
| 1 2 3 4 5 6 7 8 | caractr::str_add_case(c("boulevard D'argonne", "1 rue descartes"))
# An example with a dropped word
caractr::str_add_case(c("boulevard D'argonne", "1 rue descartes"), drop = "rue")
# An English example
caractr::str_add_case(c("GENETICS AND IMMUNOLOGY OF PARASITIC DISEASES",
  "RESEARCH INSTITUTE  IN HEALTH"), language = "en")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.