Nothing
# -----------------------------------------------------------------------------
testthat::context("internalData()")
testthat::test_that("dplyr functions work", {
testthat::expect_no_error({
IS <- SimpleCountries %>% dplyr::filter(countryCode == "IS")
})
testthat::expect_no_error({
IS <- SimpleCountriesEEZ %>% dplyr::filter(countryCode == "IS")
})
testthat::expect_no_error({
IS <- SimpleTimezones %>% dplyr::filter(countryCode == "IS")
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.