Nothing
test_that("analyze's var_labels accepts a vector of length 1 consisting of a single NA", {
testthat::expect_no_error(
basic_table() %>%
split_cols_by("ARM") %>%
analyze("AGE", var_labels = c(AGE = NA))
)
})
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.