Evaluating Yelp reviews

We read in the processed Yelp reviews using this script and print out some statistics of the data:

reviews <- read.csv("c:/Users/Dan/yelp_academic_dataset_review.csv") 

I usually take a look at some of the data once loaded to visually check that things are working as expected. We can do this with a head() function call:

head(reviews)
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.135.190.101