Nothing
# Runway Visual Range Data --------------------------------
# RUNWAY-VISUAL-RANGE-OBSERVATION
# ED1
nms_ed1 = c('runway_visual_range', 'direction_angle',
'runway_designator_code', 'visibility_dimension',
'quality_code')
ed1 <- list(
ids = "ED1",
fun = function(x, code){
str_pieces(
str_match_len(x, code, 11),
list(c(1,3),c(4,5),c(6,6),c(7,10),c(11,11)),
nms_ed1
)
}
)
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.