Nothing
library(testthat)
library(dtmapi)
test_that("get_all_countries works", {
skip_on_cran() # Skip test on CRAN
# Check if the function returns a data frame
countries_df <- get_all_countries()
expect_s3_class(countries_df, "data.frame")
expect_true(nrow(countries_df) > 0)
})
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.