expect_r6_class <- function(x, class) { expect_true(R6::is.R6(x)) expect_true(inherits(x, class)) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.