clip_and_print <- function(output, is_paste = TRUE) {
if (is_paste == TRUE) {
clipr::write_clip(output, allow_non_interactive = TRUE)
}
message(output)
message("\n\n\n")
message("\nThis bibtex is already pasted on your clipboard.")
invisible(output)
}
read_html <- function(...) {
xml2::read_html(...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.