citation_search_plos: Search for citations in PLOS

View source: R/citation_search_plos.R

citation_search_plosR Documentation

Search for citations in PLOS

Description

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.

Usage

citation_search_plos(identifiers)

Arguments

identifiers

a vector of identifiers to be searched for

Value

tibble of matching dataset and publication identifiers

Examples

## Not run: 
identifiers <- c("10.18739/A22274", "10.18739/A2D08X", "10.5063/F1T151VR")
result <- citation_search_plos(identifiers)

## End(Not run)

DataONEorg/scythe documentation built on June 15, 2025, 6:23 a.m.