Nothing
context("test define_fact")
test_that("define_fact works", {
sd <- dimensional_model()
sd <- define_fact(sd,
name = "mrs_age",
measures = c("Deaths"))
expect_equal(sd$fact, dm_mrs_age$fact)
})
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.