简体   繁体   English

不使用R读取.rdata

[英]Read .rdata without R

I have received an .rdata file with what I think should be a list of co-ordinates (x,y) and their corresponding gray value; 我已经收到一个.rdata文件,其中包含我认为应该是坐标(x,y)及其对应的灰度值的列表; however, I do not know exactly the data type/format within the .rdata file. 但是,我不完全知道.rdata文件中的数据类型/格式。 Is there a way for me to read these data without R? 我有没有办法在没有R的情况下读取这些数据? I do not have access to R. I have Excel and Matlab on a Mac. 我无权使用R。我在Mac上拥有Excel和Matlab。 Please help. 请帮忙。 Unfortunately, I am not allowed to pass on the data (my Googling tells me someone familiar with R can export the data into a text of csv file easily). 不幸的是,我不允许传递数据(我的Google搜索告诉我熟悉R的人可以轻松地将数据导出到csv文件的文本中)。

Thank you in advance. 先感谢您。

我下载了R,使用load()读取.rdata ,然后使用write.csv()再次将其保存。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM