Can I access a Mac Numbers (.num) document from within R?

99封情书 提交于 2019-12-11 11:16:04

问题


I know I can use the RODBC library for accessing excel (.xls) docs from within Windows, but is there something similar for the Numbers program that come with iWorks? If not, what other solutions are there for easily editing a spreadsheet (like a lookup table) and accessing it within R? I know there the is an internal R editor, but I don't like it very much.


回答1:


One alternative option you could consider is using Google spreadsheets. You can then access the data from either RGoogleDocs or RGoogleData.



来源:https://stackoverflow.com/questions/2494676/can-i-access-a-mac-numbers-num-document-from-within-r

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!