Nothing
#' Get current datetime
#' @return Current datetime as an ISO 8601 formatted character string
#' @export
now <- function() {
format(lubridate::now(), "%Y-%m-%dT%H:%M:%S%z")
}
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.