In R, which function is used to read a CSV file?

  • import.csv
  • load.csv
  • read.csv
  • read_file
The read.csv function in R is used to read a CSV (Comma-Separated Values) file. It is a convenient function that reads the data from a CSV file and creates a data frame, making it easy to work with tabular data in R.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *