isProperlyNamed {BBmisc} | R Documentation |
NA
or “” are not allowed as names.
isProperlyNamed(x)
x |
[ |
[logical(1)
].
isProperlyNamed(list(1))
## [1] FALSE
isProperlyNamed(list(a=1))
## [1] TRUE
isProperlyNamed(list(a=1, 2))
## [1] FALSE