Description Usage Arguments Details Value Author(s) References Examples
View source: R/remove_terms_all.R
Fully Remove the given terms from the strings.
1 2 | remove_terms_all(x, terms, include.lowercase = FALSE, polish = TRUE,
recursive = FALSE)
|
x |
A vector |
terms |
Terms to be removed |
include.lowercase |
Include also lowercase versions of the terms |
polish |
polish the entries after removing the terms (remove trailing spaces and periods) |
recursive |
Apply the changes recursively along the list ? |
After removing the numerics, beginning, double and ending spaces are also removed from the strings.
Vector with terms removed
Leo Lahti [email protected]
See citation("bibliographica")
1 | ## Not run: x2 <- remove_terms_all(x, terms)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.