cir_template_cols | R Documentation |
Validate template
cir_template_cols(df_cir, template = "long")
template |
Template name to validate against |
df |
Data frame to check against |
List of required column names
## Not run: tmp = "Semi-wide" tmp_cols <- cir_template_cols(df, template = tmp) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.