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:


Preview

# Import data
library(tidyverse)
fastx <- read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/fastx-reviews.csv")