library(testthat)
testthat::test_that('query for dose data works (default args)', {
test_login()
d <- fetch_doses(TEST_PROJECT)
testthat::expect_is(d, 'data.frame')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.