Question: # CG QO - Read in the IMDB.csv file and name your object imdb. ###### Don't forget to use the strings = T argument in
# CG QO Read in the IMDB.csv file and name your object imdb.
###### Don't forget to use the strings argument in read.csv
# CG Q Use the nrow function to find
##### how many movies are available in this dataset.
# CG Q Use the ncol function to find
##### how many variables are available for each movie.
# CG Q Use the mean function to find the average rating ##### for movies in this dataset.
# CG Q Use the mean function to find the average budget ##### for movies in this dataset.
# CG Q Use the sum function on a logical vector to count ##### the number of movies with a rating that is larger than
# CG Q Use the sum function on a logical vector to count ##### the number of movies with a rating that is or more.
# CG Q Use the min function to find the shortest movie length in minutes.
# CG Q Use the function to find the longest movie length in minutes.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
