Nothing
testthat::test_that("get_eps_shk returns a dataframe", {
eps <- get_eps_shk(xpdb_NLME$TwCpt_IVBolus_FOCE_ELS)
testthat::expect_true(class(eps) == "data.frame")
testthat::expect_true(nrow(eps) > 0)
})
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.