View source: R/citation_search_plos.R
citation_search_plos | R Documentation |
This function searches for citations in PLOS. Requests are throttled at one identifier every 6 seconds so as to not overload the PLOS API. This function uses modified source code from the 'rplos' package, which is no longer maintained.
citation_search_plos(identifiers)
identifiers |
a vector of identifiers to be searched for |
tibble of matching dataset and publication identifiers
## Not run:
identifiers <- c("10.18739/A22274", "10.18739/A2D08X", "10.5063/F1T151VR")
result <- citation_search_plos(identifiers)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.