Nothing
test_that("bfs_get_sse_metadata() works", {
if (!curl::has_internet()) {
skip("No internet connection")
}
meta <- BFS::bfs_get_sse_metadata(number_bfs = "DF_LWZ_1", language = "en")
expect_s3_class(meta, "data.frame")
expect_true(nrow(meta) > 1)
expect_equal(ncol(meta), 5)
})
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.