chk_dimtypes_mutually_compatible: Check that dimtypes obey rules about appearing at most once,...

Description Usage Arguments See Also Examples

View source: R/chk-composite.R

Description

Check that dimtypes obey rules about appearing at most once, or not occurring with other dimtypes

Usage

1
2
3

Arguments

dimtypes

A character vector of dimtypes.

See Also

chk_names_pairs_complete

Examples

1
2
dimtypes <- c("age", "time", "triangle")
chk_dimtypes_mutually_compatible(dimtypes)

johnrbryant/demcheck documentation built on Dec. 31, 2021, 11:57 a.m.