is_unique: Check if a variable is unique, i.e., there are as many unique...

View source: R/summarize_data.R

is_uniqueR Documentation

Check if a variable is unique, i.e., there are as many unique values in the object as the total number of values

Description

Check if a variable is unique, i.e., there are as many unique values in the object as the total number of values

Usage

is_unique(obj)

Arguments

obj

a vector

See Also

unique length

Examples

is_unique(1:7)

edalfon/efun documentation built on June 23, 2024, 4:17 a.m.