Published
- 1 min read
save dataframe as csv in r
The solution for this is noted below
save dataframe as csv in r
Solution
write.csv(Your DataFrame,"Path to export the DataFrame\\File Name.csv", row.names = FALSE)
Try other methods by searching on the site. That is if this doesn’t work