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