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