All quizzes are open-note and open-book.
There is no time limit for quizzes.
100% required to pass.
Completion of Quizzes unlocks the course mastery check.
0 of 5 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 5 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
To export information out of R, we would likely use which family of functions?
To import data into R, we would likely use which family of functions?
If we import data and assign it to an object, where does it appear?
Assuming the working directory was set correctly, why did this code fail to load in the example dataset?
read.csv(‘example’)
If we wanted to save several dataframes, vectors, and result outputs as a single file, which function would we use?