R/getty.R
getty.Rd
Get metadata for objects in the Getty Museum.
getty(id, ascii = FALSE, ...)
An object id
(logical) Allow non-ascii characters. Set to TRUE to show non-ascii characters. Default: FALSE
TRUE
FALSE
Curl args passed on to crul::verb-GET
if (FALSE) { getty(233750) getty(138860) getty(8197) getty(3242) getty(4967) getty(112297) lapply(c(140725,8197), getty) }