testthat::test_that("Function plus_n()", {
testthat::expect_equal(plus_n(2,3), 5)
})
testthat::test_that("Function plus_n()", {
testthat::expect_equal(plus_n(2,3), 5)
})
testthat::test_that("Function multiply_n()", {
testthat::expect_equal(multiply_n(2,3), 6)
})
testthat::test_that("Function multiply_n()", {
testthat::expect_equal(multiply_n(2,3), 6)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.