Nothing
## File Name: Rsessinfo.R
## File Version: 0.12
####################################################
# R session info
Rsessinfo <- function()
{
si <- Sys.info()
si2 <- utils::sessionInfo()
paste0( si2$R.version$version.string, " ", si2$R.version$system,
" | nodename=", si["nodename"], " | login=", si["login"] )
}
####################################################
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.