# Import data
library(tidyverse)
<- read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/fastx-reviews.csv") fastx
fastx-reviews.csv
The data in zillow.csv include reviews for the 2023 movie Fast X, the 10th installment of the Fast & the Furious franchise. The data also includes reviewer information including the name of the reviewer and the publication they work for. These data were scraped from the Rotten Tomatoes website on May 24, 2023.
The attributes included in the data are:
- `reviewer``: Name of the reviewer
publication
: Publication the reviewer works forscore
: Reviewer score for Fast X based on the scale used in the publicationfresh_rotten
: Rotten Tomatoes rating of “fresh” (positive review) or “rotten” (negative review)review_text
: Written text of the review