context("Forint output")
library(mr)
test_that("forint returns HUF symbol appended to the input amount", {
expect_match(forint(42), "42 HUF")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.