Nothing
context("test snake_case_fact")
test_that("snake_case_fact works", {
st <- star_schema(mrs_cause_test, dm_mrs_cause)
d <- snake_case_fact(st$fact$mrs_cause)
expect_equal(
sort(colnames(d)),
c(
"nrow_agg",
"other_deaths",
"pneumonia_and_influenza_deaths",
"when_available_key",
"when_key",
"when_received_key",
"where_key"
)
)
})
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.