get_pics: Clean Twitter timeline and get images

View source: R/get_pics.R

get_picsR Documentation

Clean Twitter timeline and get images

Description

Take a tibble from rtweet::get_timeline(), extract urls, order, and read in images

Usage

get_pics(...)

Arguments

dir

directory to save files into (predetermined)

tbl

twitter timeline in tibble format

Value

tibble with image data

Examples

## Not run: 
pics <- get_pics(d2, tl)

## End(Not run)

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