View source: R/citation_search_scopus.R
citation_search_scopus | R Documentation |
This function searches for citations in Scopus. Requests are throttled 9 requests/second so as to not overload the Scopus API.
citation_search_scopus(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_scopus(identifiers)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.