View source: R/citation_search_xdd.R
citation_search_xdd | R Documentation |
This function searches for citations in xDD. Uses 'snippets/term' function in xDD API and searches through all of xDD corpus (not limited to full-text documents).
citation_search_xdd(identifiers)
identifiers |
a vector of identifiers to be searched for, without hypertext transfer protocol: "https://" or "http://" |
tibble of publications and their identifiers that contain
## Not run:
identifiers <- c("10.18739/A22274", "10.18739/A2D08X", "10.5063/F1T151VR", "10.18739/A29K97")
result <- citation_search_xdd(identifiers)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.