get_thread_content: 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)
Value
A list with 2 data frames "threads" and "comments"
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