is_bandicoot_oop | R Documentation |
bandicoot_oop
objectThis function check whether the object is a bandicoot_oop
object.
is_bandicoot_oop(obj, why = FALSE)
obj |
Any object. |
why |
Boolean. Whether or not to print the reason when the check fail. |
A Boolean value.
e <- new.env()
is_bandicoot_oop(e)
e <- new_class(class_name = "test")
is_bandicoot_oop(e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.