Mini reviews data set

R/data-reviews.R

reviews

Description

Mini reviews data set

Format

A data frame that contains 3 records. The records are of fictitious product reviews.

Usage

 
reviews 

Examples

 
library(mall) 
data(reviews) 
reviews 
#> # A tibble: 3 × 1
#>   review                                                                        
#>   <chr>                                                                         
#> 1 This has been the best TV I've ever used. Great screen, and sound.            
#> 2 I regret buying this laptop. It is too slow and the keyboard is too noisy     
#> 3 Not sure how to feel about my new washing machine. Great color, but hard to f…