R - Zip 路径太长

Vin*_*ine 8 windows sharepoint r

从同步的共享点文件夹加载文件时 - 我收到一条错误消息,提示 zip 路径太长。

>test = read_excel(file_list[1])

Error: Evaluation error: cannot open the connection.
In addition: Warning message:
In unz(zip_path, file_path, open = "rb") : zip path is too long
Run Code Online (Sandbox Code Playgroud)

我认为这可能是由于 Windows 内的字符限制造成的。

> nchar(file_list[1])
[1] 240
Run Code Online (Sandbox Code Playgroud)

我检查了注册表,LongPathsEnabled 设置为 1。

有任何想法吗?