Description Usage Arguments Value Examples
Download urls by subreddit
1 2 3 4 5 6 | download_sub_urls(
sub,
sort_by = c("top", "hot", "new"),
time_filter = c("all", "day", "hour", "month", "week", "year"),
limit = 1000
)
|
sub |
a string representing a subreddit |
sort_by |
Can be one of "top" (default), "hot", or "new". |
time_filter |
can be one of: "all" (default), "day", "hour", "month", "week", or "year" |
limit |
a number no greater than 1,000 |
a tibble
1 2 3 4 | ## Not run:
df <- download_sub_urls("rstats", 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.