Description Usage Arguments Value
Verify columns within a data frame
1 | .verifyColumns(df, column_list)
|
column_list |
A character vector with column names to be checked |
data |
frame (with named columns) |
Nothing but a printed message on the matching between colnames(df) and column_list
NOTE: Current version requires perfect matching (identical strings). Methods which acutally check the indices might be more flexible (e.g. case insensitive).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.