listRecommendedImages: List recommended images

Description Usage Arguments Source Examples

View source: R/images.R

Description

Returning images that customers put in the same collection as the specified image IDs.

Usage

1

Arguments

id

character. One or more Image IDs.

...

arguments to be passed by the source endpoint parameters.

Source

/images/recommendations

Examples

1
2
3
4
5
## Not run: 
listRecommendedImages(id = "620154782")
listRecommendedImages(id = c("620154782", "620154770"), max_items = 5)

## End(Not run)

strboul/shutterstock-r documentation built on May 3, 2019, 8:07 p.m.