![]() |
VOOZH | about |
R Programming language allows us to read and write data into various files like CSV, Excel, XML, etc. In this article, we are going to discuss how to Export DataFrame to CSV file in R Programming Language.
Approach:
Function used:
Syntax:
data.frame(column1, column2, column3)
Syntax:
write.csv(dataframe, path)
Example:
Output:
👁 ImageExample:
Output:
👁 Image