split_prefixes | R Documentation |
split_prefixes()
uses a list of common South African prefixes
to split out prefixes from surnames
split_prefixes(strings, more_prefixes = c())
strings |
a vector of strings containing surnames |
more_prefixes |
a vector of additional prefixes that are not currently in the list already |
split_prefixes(strings = c("VAN DER MOLEN", "DUMOULIN", "DU MOULIN"))
split_prefixes(strings = c("Van der Molen", "DUMOULIN", "DU MOULIN"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.