Nothing
data <- tryCatch(sm_data("ELECTRICITY", from = 2000), error = function(e) NULL)
if(length(data) && fnrow(data) > 1L) test_that("reshaping works", {
expect_equal(data, sm_pivot_wider(sm_pivot_longer(data)))
})
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.