View source: R/get_thread_content.R
get_thread_content | 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.