review {LFM}R Documentation

Review

Description

This dataset contains travel reviews from TripAdvisor.com, covering destinations in 11 categories across East Asia. Each traveler's rating is mapped to a scale from Terrible (0) to Excellent (4), and the average rating for each category per user is provided.

Usage

review

Format

A data frame with multiple rows and 12 columns.

Examples

# Load the dataset
data(review)

# Print the first few rows of the dataset
print(head(review))

[Package LFM version 0.3.1 Index]