expect_R6_class <- function(obj, what) { # nolint expect_true(inherits(obj, c(what, "R6"))) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.