Description Usage Arguments Value Examples
Function to return the column number for a given column name (from list of possible column names that may have used) in a data frame
1  | getColNumExistingColNames(column.names, data)
 | 
column.names | 
 column names in a data frame  | 
data | 
 a data frame  | 
the column number
1  | getColNumExistingColNames(c("age"),data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.