Nothing
test_that("ids_list_counterparts returns a tibble with expected columns", {
result <- ids_list_counterparts()
expected_columns <- c(
"counterpart_id", "counterpart_name",
"counterpart_iso2code", "counterpart_iso3code",
"counterpart_type"
)
expect_equal(colnames(result), expected_columns)
expect_s3_class(result, "tbl_df")
})
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.