is.nl {nimble} | R Documentation |
check if a nimbleList
Description
Checks an object to determine if it is a nimbleList (i.e., a list created by nlDef$new()
).
Usage
is.nl(l)
Arguments
l |
object to be tested |
See Also
nimbleList
for how to create a nimbleList
[Package nimble version 1.2.1 Index]