Description Usage Arguments Value Examples
Which name column
1 | which_name_column(colnames, colname_variations = NULL, show_guess = FALSE)
|
colnames |
A vector of data.frame names. |
colname_variations |
A vector of custom names to append to the vector of frequent colnames for first names. |
show_guess |
Show message with the guessed column. |
A single colname with the match of common first name columns.
1 | which_name_column(c("Name", "Age", "City"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.