make_collage | R Documentation |
Using the magick package to read UGC images and create a collage
Not every review posts a photo, but row order isn't kept by the crawler. As a result, there is no mapping between review, rating, and image; one composite is created rather than e.g., images by star rating.
make_collage(images)
images |
Array of urls; each url is a UGC image link |
png collage; found on ~/Desktop with name ugc_collage.png
## Not run:
make_collage(out_images)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.