Nothing
test_that("multiplication works", {
colnames(lga) <- c("lga", "geometry")
check_res <- check_key(stations, meteo)
class(check_res) <- "list"
expect_snapshot(
make_cubble(spatial = lga, temporal = covid, potential_match = check_res),
error = TRUE
)
expect_snapshot(
make_cubble(lga, covid, potential_match = check_res, key_use = "aaa"),
error = TRUE
)
})
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.