Nothing
#' Current time as character
#' @param format Defaults to %Y-%m-%d %H:%M:%S
#' @export
now_c <- function(format = "%Y-%m-%d %H:%M:%S"){
format(Sys.time(), format)
}
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.