Description Usage Arguments Details Examples
Get metadata for objects in the Art Institute of Chicago.
1 |
id |
An object id |
ascii |
(logical) Allow non-ascii characters. Set to |
... |
Curl args passed on to crul::verb-GET |
Sorry, but the metadata returned in this function is a bit messy because the metadata given for each piece is not stuctured, i.e., all elements are simply in html p tags, so its hard to have consistent parsing.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ## Not run:
aic(40652)
aic(145241)
aic(87531)
aic(80538)
aic(11332)
aic(11287)
aic(210804)
# with artwork body description
aic(11475)
# many at once
lapply(c(11475,41594,59978,129410,41033,3394,21535,11475,41033), aic)
# browse to the page
out <- aic(210765)
out
unclass(out)
browse(out)
aic(8254)
aic(25316)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.