validate_categorical_variable_listing: Check variables classified as categorical are listed in the...

View source: R/validate_templates.R

validate_categorical_variable_listingR Documentation

Check variables classified as categorical are listed in the categorical variables template

Description

Check variables classified as categorical are listed in the categorical variables template

Usage

validate_categorical_variable_listing(attr.file.name, catvars.file.name, x)

Arguments

attr.file.name

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

catvars.file.name

(character) The categorical variables template to apply this function to. Full file name is required.

x

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

Value

(character or NULL) A character vector of issues if any were found, otherwise NULL.


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