scrape_data: Scrape data for every tweet in every Storify for which...

Description Usage Arguments Value

View source: R/functions.R

Description

Scrape data for every tweet in every Storify for which metadata was collected

Usage

1
scrape_data(storify_metadata, output_folder = NULL)

Arguments

storify_metadata

A data frame with a URL for each Storify and associated metadata as output from 'collect_metadata()'.

output_folder

Folder for the data frames for each Storify written as a CSV.

Value

out_list A list with the same length as the number number of rows in 'storify_metadata', with each list item a data frame with data for all of the tweets scraped. In addition, each data frame is written to a CSV file in the 'output_folder' argument.


jrosen48/scrapestorify documentation built on May 20, 2019, 2:06 a.m.