check_unique: Check Unique

Description Usage Arguments Value

View source: R/check-unique.R

Description

Checks whether an object in unique (i.e. doesn't contain any duplicated elements).

Usage

1
check_unique(x, x_name = substitute(x))

Arguments

x

The object to check.

x_name

A string of the name of the object.

Value

Throws an informative error or returns an invisible copy of the object.


poissonconsulting/datacheckr documentation built on March 18, 2021, 10:37 a.m.