Nothing
test_that("ids_list_series_topics returns a tibbe with expected columns", {
result <- ids_list_series_topics()
expect_s3_class(result, "tbl_df")
expected_columns <- c(
"series_id", "topic_id", "topic_name"
)
expect_equal(colnames(result), expected_columns)
})
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.