cleannames | R Documentation |
clean names from a string
cleannames(
name,
toup = TRUE,
rmcompanytxt = TRUE,
blankcompany = TRUE,
rm12letter = TRUE
)
name |
string with name or name vector |
toup |
required=TRUE converts names to uppercase |
rmcompanytxt |
remove company characteristics from names |
blankcompany |
convert names with company characteristics such as LLC, TRUST, etc. to BLANK |
rm12letter |
if TRUE one and two letter words such as middle initial are removed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.