Description Usage Arguments Value Examples
Warns if any of the passed column names is missing from the data provided.
1 | check_cols(dt, cols)
|
dt |
A data.frame. |
cols |
A vector of column names. |
The vector of all columns present in dt.
1 | chronicle::check_cols(mtcars, c('cyl', 'made_up_column'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.