check_alias_mapping: Checks the output of function create_alias_mapping

Description Usage Arguments Value

View source: R/check_alias_mapping.R

Description

Checks the output of function create_alias_mapping.

Usage

1
check_alias_mapping(Alias_mapping)

Arguments

Alias_mapping

Result of function create_alias_mapping.

Value

TRUE if x has the following properties: Alias_mapping is a non-empty data.frame with character columns 'old' and 'new', without NA and "". Column 'new' has no duplicates. Else throws an error. Prints the duplicates of column 'new', if available.


arminstroebel/atable documentation built on Dec. 19, 2020, 7:28 a.m.