test_that("viable obs", {
expect_true(
"data.frame" %in% (
viable_observations(
hpp_obs %>%
dplyr::filter(outcome == "pain_int")
) %>% class())
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.