context("test-getswipes")
test_that("can get swipes", {
skip_if_offline()
skip_if(!login())
swipes <- getSwipes()
expect_true(length(swipes) > 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.