Learn R Programming

rlang (version 1.1.2)

is_dictionaryish: Is a vector uniquely named?

Description

Like is_named() but also checks that names are unique.

Usage

is_dictionaryish(x)

Arguments

x

A vector.