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://developer.api.oclc.org/viaf-api#/Authority%20Cluster |
Value
The VIAF record cluster in the format indicated in record_format.
[Package wikiTools version 1.2.8 Index]