Nothing
"infoMemory" <-
function(){
command <- "BugsEmbed.AllocatedMemory"
res <- .CmdInterpreter(command)
buffer <- file.path(tempdir(), "buffer.txt")
res <- readLines(buffer)
mem <- as.numeric(gsub("^([0-9]+).+", "\\1", res))
mem
}
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.