# NOT RUN {
# is.natomic
is.natomic(list(x = 1))
is.natomic(1)
# is.nlist
is.nlist(1)
is.nlist(list(x = 1))
is.nlist(nlist(x = 1))
# is.nlists
is.nlists(nlist(x = 1))
is.nlists(nlists(nlist(x = 2), nlist(x = 3.5)))
# }
Run the code above in your browser using DataLab