View source: R/citation_search.R
citation_search | R Documentation |
Search for citations in text across all APIs
citation_search(identifiers, sources = c("plos", "scopus", "springer", "xdd"))
identifiers |
a vector of identifiers to be searched for |
sources |
a vector indicating which sources to query (one or more of plos, scopus, springer) |
tibble of matching dataset and publication identifiers
## Not run:
identifiers <- c("10.18739/A22274", "10.18739/A2D08X", "10.5063/F1T151VR")
result <- citation_search(identifiers, sources = c("plos"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.