Nothing
#' a function to return the computer's host name
#'
#' @return String with hostname of current machine
#' @keywords internal
#'
get_hostname <- function() {
return(as.character(Sys.info()["nodename"]))
}
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.