test_that("roundR() rounds flexible to a given precision", {
expect_equal(roundR(1.234), '1.2')
expect_equal(roundR(1.234,level = 4,.german = T), '1,234')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.