Nothing
test_that("provided data sets plot correctly", {
a <- plot_india(data = statepop, values = "pop_2023", include = "WB")
b <- plot_india(data = wb_2011, values = "pop_2011")
vdiffr::expect_doppelganger("statepop", a)
vdiffr::expect_doppelganger("wb_2011", b)
})
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.