make_collage: Make Collage of UGC Images

View source: R/helpers.R

make_collageR Documentation

Make Collage of UGC Images

Description

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.

Usage

make_collage(images)

Arguments

images

Array of urls; each url is a UGC image link

Value

png collage; found on ~/Desktop with name ugc_collage.png

Examples

## Not run: 
make_collage(out_images)
## End(Not run)

taylorgrant/GSPtext documentation built on April 15, 2023, 10:56 p.m.