View source: R/check_alias_mapping.R
| check_alias_mapping | R Documentation |
Checks the output of function create_alias_mapping.
check_alias_mapping(Alias_mapping)
Alias_mapping |
Result of function |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.