#' User reviews of Animal Crossing.
#'
#' A dataset containing user reviews of the game Animal Crossing: New Horizons.
#'
#' @format A data frame with 53940 rows and 10 variables:
#' \describe{
#' \item{grade}{Raw score (0-10) where higher score = better.}
#' \item{user_name}{User name of reviewer.}
#' \item{text}{Raw text of the review.}
#' \item{date}{Date review published.}
#' }
#' @source \url{https://github.com/rfordatascience/tidytuesday/blob/master/data/2020/2020-05-05/readme.md}
"user_reviews"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.