context("Checking f_comma")
test_that("f_comma has the correct number of digits and commas",{
expect_true(nchar(f_comma(123456789)) == 11)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.