is.R6 | R Documentation |
Assert/test if 'x' is a R6 object or class
is.R6(x) assert_R6(x)
x |
Object to test |
Either TRUE/FALSE is testing if x
inherits from
R6
or R6ClassGenerator
, otherwise returns x
invisibly on assertion
if TRUE or returns an error if FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.