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.
Loading...
Related Quiz
- If you need to extract data from multiple tables based on a set of complex conditions, which SQL feature would you primarily use?
- What are the ethical considerations in data-driven decision making?
- How is skewness used to describe the shape of a data distribution?
- How does the concept of 'data governance' fit into the management of data projects?
- _________ in Tableau provides a powerful way to create complex calculations and data transformations.