aam: Get metadata for objects in the Asian Art Museum of San...

Description Usage Arguments Examples

View source: R/aam.R

Description

Get metadata for objects in the Asian Art Museum of San Francisco.

Usage

1
aam(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: 
aam(17150)
aam(17140)
aam(17146)
aam(17144)
aam(17142)
aam(11462)
lapply(c(17150,17140,17144), aam)

## End(Not run)

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