simplify.text | R Documentation |
all characters are converteusd to lower case, and all non-alphabet characters are removed. This is useful for reducing checks on names of user-specified strings, like method
arguments. For example, "Carrier-Farrag"
, "Carrier Farrag"
, or "carrier_farrag"
all get converted to "carrierfarrag"
.
simplify.text(string)
string |
character string |
character string
simplify.text(c("carrier_farrag","CarrierFarrag","Carrier-Farrag"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.