Google News
logo
R - Interview Questions
What are the different file formats using in the R programming language?
RDA file format : These are the R objects that are used to attaching and loading files in R.

.Rfiles : These are the files that are created inside the R editor by the dump function.

.txt files : The .txt files are used to store datasets. R uses theread.table() and write.table() function.

.csv files : The comma-separated values files are common data files.
Advertisement