RExcel 在excel中使用 R
(2016-05-19 10:44:11)
标签:
r语言rexcelrexcelinstallerrcomrsproxy |
分类: R语言学习 |
>install.packages("RExcelInstaller","rcom","rsproxy")
>#配置rcom
>library(rcom)
>comRegisterRegistry()
>library(RExcelInstaller)
>#在R中执行如下命令,以启动RDCOM的安装程序
>installstatconnDCOM()
>#在R中执行如下命令,已启动RExcel的安装程序
>installRExcel()

加载中…