context("lsos")
## TODO: Rename context
## TODO: Add more tests
test_that("lsos works", {
data(iris)
out <- lsos()
expect_is(out, "data.frame")
expect_equal(ncol(out), 4)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.