get_thread_content: Get thread contents of Reddit URLs

View source: R/get_thread_content.R

get_thread_contentR 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"


RedditExtractoR documentation built on March 31, 2023, 5:18 p.m.