#' Names and descriptions of ~59k subreddits with >1000 subscribers.
#'
#' A dataset containing the names and other features of the 58,868 subreddits
#' with over 1000 subscribers as of August 6, 2021.
#'
#' @format A data frame with 58868 rows and 4 variables:
#' \describe{
#' \item{title}{The title of the subreddit.}
#' \item{display_name}{The subreddit url display name (/r/displayname).}
#' \item{public_description}{A brief description of the subreddit provided by
#' its moderators. Not provided for all subreddits.}
#' \item{subscribers}{The number of subscribers.}
#' ...
#' }
#' @source \url{https://files.pushshift.io/reddit/subreddits/}
"subreddits"
#' Reddit comments about "bilbo" for testing purposes.
#'
#' A dataset containing the 1000 comments returned by the PushShift API for the
#' search term "bilbo" on February 12, 2022. Results were queried using the
#' R package **pushshiftR**.
#'
#' @format A data frame with 1000 rows and 53 variables, only the most important
#' of which are enumerated here:
#' \describe{
#' \item{author}{The comment author's username.}
#' \item{body}{The text of the comment.}
#' \item{created_utc}{The date and time of the comment in UTC format, with
#' origin 1970-01-01.}
#' \item{score}{The sum of up/downvotes.}
#' \item{subreddit}{The display name of the subreddit where the comment was
#' posted.}
#' ...
#' }
#' @source \url{https://api.pushshift.io/reddit/search/comment?q=%22bilbo%22&size=10}
"subreddits"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.