Nothing
v_default_select <- function(vc,
mapdata,
data_id,
...) {
mapdata <- split(mapdata, as.character(mapdata$select))
vc$x$select <- list(
dataId = data_id,
data = mapdata,
config = list(
data = lapply(
X = names(mapdata),
FUN = function(x) {
list(text = x, value = x)
}
)
)
)
return(vc)
}
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.