Get metadata for objects in the Getty Museum.

getty(id, ascii = FALSE, ...)

Arguments

id

An object id

ascii

(logical) Allow non-ascii characters. Set to TRUE to show non-ascii characters. Default: FALSE

...

Curl args passed on to crul::verb-GET

Examples

if (FALSE) { getty(233750) getty(138860) getty(8197) getty(3242) getty(4967) getty(112297) lapply(c(140725,8197), getty) }