context("Checking getTodayCurrencyToEur function")
test_that("check, connection to server and size of currency table", {
vCurrencyTable <- getTodayCurrencyToEur()
expect_equal(nrow(vCurrencyTable), 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.