% Generated by roxygen2: do not edit by hand % Please edit documentation in R/aaa.R \docType{data} \name{ratings} \alias{ratings} \title{Movie ratings} \format{ A data frame with 110 rows and 4 variables } \usage{ data(ratings) } \description{ Movie ratings } \details{ Use collaborative filtering to create recommendations based on ratings from existing users. Description provided in attr(ratings, "description") } \keyword{datasets}