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