getty: Get metadata for objects in the Getty Museum.

Description Usage Arguments Examples

View source: R/getty.R

Description

Get metadata for objects in the Getty Museum.

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
getty(233750)
getty(138860)
getty(8197)
getty(3242)
getty(4967)
getty(112297)
lapply(c(140725,8197), getty)

## End(Not run)

ropensci/musemeta documentation built on Sept. 22, 2020, 3:44 p.m.