Question: # Q 0 # Use the read.csv ( ) function to read in the Wine.csv file. Name it wine and don't forget to use the

# Q0 # Use the read.csv() function to read in the Wine.csv file. Name it wine and don't forget to use the strings=T argument.
###### Note that the Code Grade virtual machine (computer) already has the Wine.csv file in its working directory.
###### When submitting to code grade, use a read.csv() statement that assumes the file is already in the working directory.
###### Do not submit code with setwd() or that has a path (for example: Users/first.last/Desktop) in it.
# Q1a # How many observations (rows) are available to you? Use the nrow() function.....
# Q1b # How many variables (columns) are collected on each rated wine? Use the ncol() function.
####### It is important to find the exact spellings of column names and entries within columns in the wine dataframe.
# Q2a # Use the names() or str() function on the wine dataframe to view the exact spellings of the column names.
# Q2b # Use the summary() function on the taster twitter handle column to view the exact spellings of the tasters' twitter handles.
####### You will use this strategy of "looking" in a co

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!