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