context("Add Test")
# library(stringr)
test_that("result of subtraction is the difference", {
expect_equal(gpSubtract(2,1), 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.