Nothing
each_line <- function(y, additional) {
oth <- NULL
normal <- Map(function(a,b) subs(y, a, b),
pluck(control_mand_secs, "start"),
pluck(control_mand_secs, "stop"))
if (additional) {
other <- gsub("\\s+$", "", substring(y, 106, nchar(y)))
oth <- proc_other(other)
}
if (is.null(oth)) {
normal
} else {
c(normal, oth)
}
}
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.