View source: R/class-glatos_animals.r
glatos_check_col_names | R Documentation |
Check column names and classes of a list or data.frame against requirements
Check column classes of a list or data.frame against requirements
glatos_check_col_names(x, req_cols)
glatos_check_col_classes(x, req_cols)
x |
a data.frame, or object that inherits from data.frame, to check |
req_cols |
a named list containing a character string with the class of each required column; each element name is a required column name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.