context("tonum")
test_that("works as expected", {
expect_equal(
tonum( c( '1st', '2nd', '3rd' ) ),
c( 1, 2, 3 )
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.