View source: R/citation_search_springer.R
citation_search_springer | R Documentation |
This function searches for citations from Springer. It requires that an API key be obtained from [Springer](https://dev.springernature.com/) and set using 'scythe_set_key()'. Requests are throttled at one identifier every second so as to not overload the PLOS API.
citation_search_springer(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_springer(identifiers)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.