Question: Write R code to subset the data frame, movieDF, based on the SQL statement below. SELECT * FROM movieDF WHERE director = Ridley Scott;
Write R code to subset the data frame, movieDF, based on the SQL statement below.
SELECT *
FROM movieDF
WHERE director = Ridley Scott;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
