make_collage: Make a collage of images from Twitter timeline

View source: R/make_collage.R

make_collageR Documentation

Make a collage of images from Twitter timeline

Description

Create a 12xN size collage. Takes photos and appends them into column, then stitches columns together into collage. Collages are split out by the year images were posted. To ensure proper sizing, blank cells are created to fill out any NA or missing images.

Usage

make_collage(year)

Arguments

year

vector of years to compile

Value

12xn collage in /final_cols/ folder

Examples

## Not run: 
years %>% purrr::walk(make_collage)

## End(Not run)

taylorgrant/twAccount documentation built on March 20, 2022, 7:33 p.m.