【发布时间】:2017-09-26 14:40:24
【问题描述】:
我正在尝试从默认容器中读取 .sas7bdat 文件。到目前为止,我已经尝试过:
sas_file <- RxSasData("wasbs://container@storageaccount.blob.core.windows.net/abc/xyz.sas7bdat")
sas_df <- rxImport(sas_file)
但我收到以下错误:
文件“wasbs://container@storageaccount.blob.core.windows.net/abc/xyz.sas7bdat”不存在。
无法打开数据源。 doTryCatch(return(expr), name, parentenv, handler) 中的错误: 无法打开数据源。
文件存在于代码中提到的位置。仍然会引发错误。有人可以帮我吗?
【问题讨论】:
标签: azure-blob-storage microsoft-r