get_thread_content {RedditExtractoR}R Documentation

Get thread contents of Reddit URLs

Description

This function takes a collection of URLs and returns a list with 2 data frames: 1. a data frame containing meta data describing each thread 2. a data frame with comments found in all threads

Usage

get_thread_content(urls)

Arguments

urls

A vector of strings pointing to a Reddit thread

Details

The URLs are being retained in both tables which would allow you to join them if needed

Value

A list with 2 data frames "threads" and "comments"


[Package RedditExtractoR version 3.0.9 Index]