[R] how to save Rdata into .csv file

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Wed Jan 22 20:16:38 CET 2020


On Wed, 22 Jan 2020 11:19:25 -0600
Ana Marija <sokovic.anamarija using gmail.com> wrote:

> I have my normalized data matrix in
> file:normalizedDataMatrix_filtered.RData
> 
> how do I have that in .csv format?

Have you tried using the function load() to load the saved data, then
write.csv() or write.csv2() to create the CSV file? What happened
instead? See also:
https://cran.r-project.org/doc/manuals/r-release/R-data.html#Export-to-text-files

-- 
Best regards,
Ivan



More information about the R-help mailing list