context("UserSession tests")
library(lookr)
test_that("can initialize", {
settings <- UserSession$new(configFile = "~/lookr/looker.ini")
expect_is(settings, "UserSession")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.