v_GetRecord {wikiTools} | R Documentation |
Gets record clusters
Description
Obtains the record cluster identified by viafid from VIAF, in the format indicated in record_format. Note that the returned record may be a VIAF cluster record or a redirect/scavenged record: the function returns the record as is.
Usage
v_GetRecord(viafid, record_format = "viaf.json")
Arguments
viafid |
The VIAF identifier. |
record_format |
'viaf.json' (default) or others in https://www.oclc.org/developer/api/oclc-apis/viaf/authority-cluster.en.html. |
Value
The VIAF record cluster in the format indicated in record_format.
[Package wikiTools version 1.2.7 Index]