MCQs > Engineering & Manufacturing > Data Analytics > A user wants to read and print the contents of a CSV file named myexample-csv that is present in his current working directory. Which of the following is the correct syntax of the command that should be executed by him to accomplish this task?

Data Analytics MCQs

A user wants to read and print the contents of a CSV file named myexample-csv that is present in his current working directory. Which of the following is the correct syntax of the command that should be executed by him to accomplish this task?


Answer

Correct Answer:

data <- read.csv("myexample.csv")
print(data)   

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Data Analytics Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Data Analytics MCQ Questions

search

Data Analytics Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it