Nothing
test_that("externalptr", {
expect_snapshot({
dt <- data.table::data.table(a = 1)
class(dt) <- "data.frame"
construct(dt)
classed_ptr <- structure(attr(dt, ".internal.selfref"), class = "foo")
construct(classed_ptr)
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.