Description Usage Value See Also Examples
View source: R/setup-functions.R
Write more about clean_posts()
here.
1 | clean_posts(x)
|
A tibble of subreddit posts and associated metadata
Read more about OAuth2 authentication for the Reddit API and creating your own appication key.
1 2 3 4 5 6 7 | ## Not run:
example_posts <- get_posts("education")
example_posts <- clean_posts(example_posts)
min(example_posts$post_date_time) # Returns date-time of most recent post
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.