check_columns: Check all data frames include the correct types of columns

View source: R/validators.R

check_columnsR Documentation

Check all data frames include the correct types of columns

Description

This function checks for vector types and accepted words

Usage

check_columns(
  ds_spec,
  ds_vars,
  var_spec,
  value_spec,
  derivations,
  codelist,
  supp
)

Arguments

ds_spec

dataset specification

ds_vars

dataset variables

var_spec

variable specification

value_spec

value specification

derivations

derivation information

codelist

codelist information

supp

supp information


metacore documentation built on March 7, 2023, 7:45 p.m.