check_template_info_columns {ISRaD} | R Documentation |
Check that column names in the info and template files match.
check_template_info_columns(template, template_info, outfile, verbose = TRUE)
template |
Template structure read in from |
template_info |
Template info structure read from |
outfile |
File output is being written to |
verbose |
Print output? Logical |
TRUE if any mismatches occur.
This is typically called only from checkTemplateFiles
.