#' Print current time
#'
#' This function helps users to print current time just by shortcut.
#'
#' @return Character.
#' @author Jiaxiang Li
pn <- function(){
text <- lubridate::now() %>% as.character()
insert_lines(text)
write_bottom_line(text)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.