assert_one_to_one: Is There a One to One Mapping between Variables?

Description Usage Arguments Author(s) Examples

View source: R/assertions.R

Description

Checks if there is a one to one mapping between two lists of variables.

Usage

1
assert_one_to_one(dataset, vars1, vars2)

Arguments

dataset

Dataset to be checked

The variables specified for vars1 and vars2 are expected.

vars1

First list of variables

vars2

Second list of variables

Author(s)

Stefan Bundfuss

Examples

1
2
3
4

epijim/admiral documentation built on Feb. 13, 2022, 12:15 a.m.