Gdata package perl issue

后端 未结 10 2334
无人及你
无人及你 2021-02-07 05:03

I am attempting to follow this easy 2-minute video tutorial on importing an Excel spreadsheet into R as a data frame: http://www.screenr.com/QiN8

I followed each step, i

10条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-07 05:44

    You can try this sytax:

    T<-read.xls("Template.xlsx", perl = "C:\\Perl\\bin\\perl.exe")
    

    I found this solution here

    http://cran.r-project.org/web/packages/gdata/INSTALL

提交回复
热议问题