#' Movie ratings
#'
#' @description ~250,000 Ratings of ~3800 movies across 19 genres by 610 users on a scale of 1 to 5 stars. Zeros indicate no rating.
#'
#' @details
#' This dataset was derived from https://grouplens.org/datasets/movielens/ (ml-latest-small.zip), and movies without a genre assignment were removed. Half-star ratings were rounded up. Movies with fewer than 5 ratings were removed.
#'
#' @md
#' @docType data
#' @usage data(movielens)
#' @format list of two components: \code{ratings} matrix in \code{Matrix::dgCMatrix} format of movies (rows) vs. users (columns), and \code{genres} as a sparse logical matrix in \code{Matrix::lgCMatrix} format, giving genres (rows) to which each movie (columns) is assigned.
#'
"movielens"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.