find_subreddits {RedditExtractoR} | R Documentation |
Find subreddits by keywords
Description
Search for subreddits and their attributes based on a keyword
Usage
find_subreddits(keywords)
Arguments
keywords |
A string representing your search query |
Value
A data frame with obtained reddits
Examples
## Not run:
find_subreddits("cats")
## End(Not run)
[Package RedditExtractoR version 3.0.9 Index]