# special tags$a that builds a hyperref that opens a link in new page:
linknewtab <- function(...){
tags$a(
target = "_blank",
rel = "noopener",
...
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.