powered by
Item-class
Check whether an object is an Item-class
Check whether an object is an Itempool-class object
Itempool-class
Check whether an object is a Testlet-class object
Testlet-class
is.Item(x)is.Itempool(x)is.Testlet(x)
is.Itempool(x)
is.Testlet(x)
an object that is checked for being a member of 'Testlet' class
Emre Gonulates
i1 <- item(a = 1, b = 2) is.Item(i1) # Alternatively: is(i1, "Item") # Not an item: is.Item("abc")
Run the code above in your browser using DataLab