is_dictionaryish {rlang}R Documentation

Is a vector uniquely named?

Description

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

Usage

is_dictionaryish(x)

Arguments

x

A vector.


[Package rlang version 1.1.4 Index]