identifier_from_identifier {WikidataR}R Documentation

identifier from identifier

Description

convert unique identifiers to other unique identifiers

Usage

identifier_from_identifier(
  property = "ORCID iD",
  return = "IMDb ID",
  value = "0000-0002-7865-7235"
)

Arguments

property

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

return

the identifier property to convert to

value

the identifier value to match

Value

vector of identifiers corresponding to identifiers submitted

Examples

identifier_from_identifier('ORCID iD','IMDb ID',c('0000-0002-7865-7235','0000-0003-1079-5604'))

[Package WikidataR version 2.3.3 Index]