test_that( "you can specify "include" as TRUE or just leave it blank", {
actual <- sum(
x = 4
)
expect_equal(actual$result, "16.0")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.