# NOT RUN {
# search by uid
ns_images(uid = 'ELEMENT_GLOBAL.2.100925')
# search by common name and resolutio thumbnail
(res <- ns_images(commonName = "*eagle", resolution = 'thumbnail'))
# search "Ruby*", all common names [in any language], and highest
# resolution only:
(res <- ns_images(commonName = "Ruby*", includeSynonyms = 'y',
resolution = 'highest'))
# }
Run the code above in your browser using DataLab