Learn R Programming

WikidataR (version 2.3.3)

qid_from_identifier: QID from identifier

Description

convert unique identifiers to QIDs (for items in wikidata).

Usage

qid_from_identifier(
  property = "DOI",
  value = c("10.15347/WJM/2019.001", "10.15347/WJM/2020.002")
)

Arguments

property

the identifier property to search (for caveats, see as_pid)

value

the identifier value to match

Value

vector of QIDs corresponding to identifiers submitted

Examples

Run this code
# NOT RUN {
qid_from_identifier('ISBN-13','978-0-262-53817-6')
# }

Run the code above in your browser using DataLab