cleantext | R Documentation |
Given a character vector, remove comments, superfluous characters, extra spaces and non-anatomical terms
cleantext(x, fast = TRUE, latin = TRUE, cuts = TRUE, comments = TRUE)
x |
a character vector |
fast |
whether to use fast version (for duplicated analysis) or slow version (for printing characters) |
latin |
whether to use Latin token algorithm (see Schinke 1996) |
cuts |
whether to cut terms from a list |
comments |
logical whether to remove test in square brackets |
## Not run:
cleantext("dorsalmost part of the processus ligamentus cranii", fast=FALSE, cuts=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.