Description Usage Arguments Value
View source: R/verify_colnames.R
Compares column names to a valid entry and provides an error if any required names are missing and a warning if there are any extra names.
1 | verify_colnames(entry, check_week = T)
|
entry |
An entry data.frame |
check_week |
A logical value (default 'TRUE') indicating whether to check for the column forecast_week. Should be 'TRUE' if evaluating entry prior to scoring, can be 'FALSE' if evaluating entry prior to writing to disk. |
Invisibly returns TRUE
if successful
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.