citation_search_xdd: Search for citations in xDD

View source: R/citation_search_xdd.R

citation_search_xddR Documentation

Search for citations in xDD

Description

This function searches for citations in xDD. Uses 'snippets/term' function in xDD API and searches through all of xDD corpus (not limited to full-text documents).

Usage

citation_search_xdd(identifiers)

Arguments

identifiers

a vector of identifiers to be searched for, without hypertext transfer protocol: "https://" or "http://"

Value

tibble of publications and their identifiers that contain

Examples

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

## End(Not run)


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