Quiz Tutorial 2: Importing Data into R with readr
This quiz complements Tutorial 2: Importing Data into R with readr. It is only for your own self-assessment so you are free to submit as many times as you want.

Link to tutorial: https://www.kaggle.com/anichh/tutorial-2-importing-data-into-r-with-readr
Sign in to Google to save your progress. Learn more
Q1: REVIEW: Which of the following functions lets us set a new working directory? *
1 point
Q2: REVIEW: Which of the following codes will print the entire DEMO data frame? *
1 point
Q3: read_csv can also be used to import Excel and txt files. *
1 point
Q4: Which R package does the function read_csv() belong to? *
1 point
Q5: REVIEW: R is case sensitive. *
1 point
Q6: Which of the following statements about read_csv() are correct? (select all that apply) *
1 point
Required
Q7: Which of the following is the best an example of a data that would be classified as col_double()? *
1 point
Q8: Which of the following statements is true about the argument skip? *
1 point
Q9: In which of the following scenarios do you think we would NEED to use col_names = FALSE? (select all that apply) *
1 point
Required
Q10: Only characters can be assigned a value of NA, there is a different missing-value designation for numeric values. *
1 point
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy