【问题标题】:Is there a way to access files in google drive from R?有没有办法从 R 访问谷歌驱动器中的文件?
【发布时间】:2021-10-31 15:42:12
【问题描述】:

我尝试使用 googlesheet4 和 googledrive 包访问文件,但我得到了一个错误。有趣的是,前几天我设法访问了文件。我已根据需要提供了身份验证。有线索吗?

googledrive::drive_get("chicken") %>% read_sheet()

'cli_abort' is not an exported object from 'namespace:cli'

【问题讨论】:

标签: r google-sheets google-drive-api


【解决方案1】:

经过多次尝试,我发现 drive_download 就足够了。

googledrive::drive_download("chicken")

【讨论】:

    猜你喜欢
    • 2023-01-20
    • 2020-09-03
    • 2019-07-12
    • 1970-01-01
    • 1970-01-01
    • 2019-05-14
    • 1970-01-01
    • 2018-04-05
    • 1970-01-01
    相关资源
    最近更新 更多