On Wed, 22 Jan 2020 11:19:25 -0600
Ana Marija <sokovic.anamar...@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

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to