Nothing
# Hail Data --------------------------------
# HAIL
# HL1
nms_hl1 = c('hail', 'size_diameter_largest',
'size_diameter_largest_quality')
hl1 <- list(
ids = "HL1",
fun = function(x, code){
str_pieces(
str_match_len(x, code, 7),
list(c(1,3),c(4,6),c(7,7)),
nms_hl1
)
}
)
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.