Nothing
test_that("dimension_schema() creates a fact schema", {
expect_equal(
d <- dimension_schema(
name = "a",
attributes = c(
"b",
"c",
"d"
)
),
structure(list(name = "a", attributes = c("b", "c", "d")), class = "dimension_schema")
)
})
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.