validate_table_attribute_name_order: Check all column names are listed in the same order as in the...

View source: R/validate_templates.R

validate_table_attribute_name_orderR Documentation

Check all column names are listed in the same order as in the data

Description

Check all column names are listed in the same order as in the data

Usage

validate_table_attribute_name_order(template.name, data.name, x)

Arguments

template.name

(character) The table attributes template to apply this function to. Full file name is required.

data.name

(character) The data table to apply this function to. Full file name is required.

x

(list) The data and metadata object returned by template_arguments().

Details

This function will not run unless all attributes listed in template.name are also listed in data.name.

Value

character

Description of validation issues

NULL

If no issues were found


EDIorg/emlAssemblyLine documentation built on Nov. 4, 2022, 11:59 p.m.