Nothing
get_runtime <- function(nlme7engineLines) {
runtimeLine <- nlme7engineLines[grep("engine runtime", nlme7engineLines)]
if (length(runtimeLine) > 0) {
runtime <-
as.numeric(unlist(strsplit(runtimeLine, split = "="))[[2]])
} else {
runtime <- "na"
}
runtime
}
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.