get_thread_content {RedditExtractoR} | R Documentation |
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
get_thread_content(urls)
urls |
A vector of strings pointing to a Reddit thread |
The URLs are being retained in both tables which would allow you to join them if needed
A list with 2 data frames "threads" and "comments"