Nothing
context("test geomultistar")
test_that("geomultistar works", {
gms <- geomultistar(ms = ms_mrs_test, geodimension = "where")
expect_equal(class(gms), c("multistar", "geomultistar"))
expect_equal(gms$geodimension, list(where = list(
all_where = NULL,
region = NULL,
state = NULL,
city = NULL
)))
})
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.