Nothing
#' mmstat.log
#'
#' Writes a message into the internal log.
#'
#' @param txt character: message to write
#'
#' @return nothing
#' @export
#'
#' @examples
#' mmstat.log("Test")
mmstat.log <- function (txt) {
if (mmstat$debug>1) mmstat$log <- cbind(sprintf("%s (Info): %s", date(), txt), mmstat$log)
}
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.