#' Title
#'
#' @param .x
#'
#' @return
#' @export
#'
#' @examples
format_citation_as_text<-function(.x) {
glue::glue_data(.x, "{Authors}. {title}, {journal}:{pub_citation_vol},{pub_citation_pg}. PMID: {pmid}, {pmcid}")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.