Nothing
test_that("BaseDotDeident works", {
bdd <- BaseDotDeident$new()
.f <- function(...){
enquos(...)
}
quo <- .f(x, y, z)
.serialize <- bdd$serialize(quo)
expect_equal(
length(.serialize$args),
3
)
})
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.