context("test-namespace")
test_that("can extract from simple namespace file", {
expect_equal(
req_namespace(test_path("namespace-simple")),
c("x", "y")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.