test_that("Expect equal", {
expect_equal(
object = replace_na(NA,1),
expected = 1
)
expect_equal(
object = replace_na(NA_real_,1),
expected = 1
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.