Description Usage Arguments Examples
Take any name from any of the given naming conventions and spit out the wanted name.
1 2 3  | 
names | 
 Names to convert  | 
out_format | 
 Should names be returned as Full Name, First Name, Last Name, or Number  | 
conversion_document | 
 either matrix with two columns or path to document containing conversion scheme. (If document, remember 'load = TRUE'.) Should consist of two columns, first with first and last names separated by space, second with everything to match against.  | 
load | 
 logical; if TRUE, conversion_document is assumed to be an excel spreadsheet and will be read using read_excel from the readxl package.  | 
ig.case | 
 ignore case when matching?  | 
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.