#' Check whether paper exists
#'
#' Check whether paper is in the data registry
#'
#' @keywords internal
#'
#' @param doi doi
#'
paper_exists <- function(doi) {
check_exists("external_object",
list(doi_or_unique_name = paste0("doi://", doi)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.