R/aam.R
aam.Rd
Get metadata for objects in the Asian Art Museum of San Francisco.
aam(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) { aam(17150) aam(17140) aam(17146) aam(17144) aam(17142) aam(11462) lapply(c(17150,17140,17144), aam) }