【发布时间】:2017-07-27 09:29:34
【问题描述】:
我正在使用 Microsoft 应用程序(来自 http://portal.office.com)在在线 Excel 表上翻译和存储推文,现在我想用 R 阅读它。
excel表格中的数据urlhttps://myagency-my.sharepoint.com/.../tweet.xlsx
我试过了:
library(readxl)
read_excel('//companySharepointSite/project/.../ExcelFilename.xlsx', Sheet1', skip=1)`
来自这个post。它给出了:
Error in sheets_fun(path) : Evaluation error: zip file
【问题讨论】:
-
This 可能会有所帮助