Nothing
retrieve_layer_by_type <- function(twig_obj, type) {
outcome <- lapply(twig_obj$layers, function(x) if (x$type == type) x else NULL)
lyr <- Filter(Negate(is.null), outcome)
if (length(lyr) == 1 & type != "event") {
lyr <- lyr[[1]]
}
lyr
}
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.