Beginner R
Q9 / 100

Which function reads a CSV file into a data frame?

Correct! Well done.

Incorrect.

The correct answer is A) read.csv()

A

Correct Answer

read.csv()

Explanation

read.csv() is a base R function that reads comma-separated values files into a data frame.

Progress
9/100