| 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.2.0 Index]
| is_dictionaryish {rlang} | R Documentation |
Like is_named() but also checks that names are unique.
is_dictionaryish(x)
x |
A vector. |