我正在使用DeployR for Microsoft R Server 2016,8.0.5 for Windows。DeployR:如何安裝R包
我想與Excel文件安裝包XLConnect工作:
> install.packages("XLConnect")
package 'XLConnect' successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Windows\Temp\RtmpYnppvI\downloaded_packages
> library("XLConnect")
Console Error there is no package called 'XLConnect'
API Error there is no package called 'XLConnect'
出了什麼問題?謝謝。
'library(XLConnect)',另請參閱[readxl](https://cran.r-project.org/web/packages/readxl/index.html)包。 –