check_template_info_columns: Check that column names in the info and template files match.

View source: R/utils.R

check_template_info_columnsR 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 ISRaD_Master_Template.xlsx

template_info

Template info structure read from ISRaD_Template_Info.xlsx

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.


ISRaD documentation built on Sept. 21, 2023, 9:06 a.m.