列出 R 中 dropbox 文件夹中的所有文件(以便可以读入)

Listing all files in a dropbox folder in R (so they can be read in)

假设我有一个包含多个文件的保管箱文件夹。

例如:

https://www.dropbox.com/sh/rgiolfumqlhm9ng/AACs8AwiDmU98JR9UFm842-Ba?dl=0

如何在这个文件夹中使用 R 到 list.files()?这是获取子 url 位置然后读入它们所必需的。

我在 python 和 API 中看到了如何做到这一点,但我在 R 中工作。

诀窍是使用 link 中提供的 API,然后让原始所有者为您验证令牌。拥有此令牌文件后,您可以使用 R 进入保管箱。其余的直接来自 link。