#' Title and genres of over 10000 movies
#'
#' A dataset containing over 10000 English language movies and their
#' genres.
#'
#' @format A dataframe with 10329 rows and 2 variables:
#' \describe{
#' \item{title}{title of movie (year of release)}
#' \item{genres}{genres of movies; multiple genres separated by |}
#' }
#'
#'@source \url{http://grouplens.org/datasets/movielens/}
"movies"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.