gpt4 book ai didi

r - Googlesheets4 不读取我的电子表格

转载 作者:行者123 更新时间:2023-12-05 07:16:57 25 4
gpt4 key购买 nike

我正在使用 googlesheets4 来存储 Shiny 数据。我可以访问我的 googleDrive,但我无法阅读任何表格。我也试过“sheet_examples”但我得到了同样的错误信息,见下文。这是一段给出错误的代码:

我试过:

drive_auth(email="MyEmail@gmail.com")
sheets_auth(token = drive_token())
(DRIVE = drive_get("MySpeadSheet"))
SPE = read_sheet(DRIVE, range = "MySheet")

我尝试了不同的方法来使用“read_sheet”(包括 sheets_examples)获取我的工作表,但每次我都会收到以下错误:

Error in parse(df$cell, ctype, ...) : is_string(ctype) is not TRUE

最佳答案

以下代码对我有用:

my_data = read_sheet(ss, sheet = "city-popul", range = "C2:C50", col_types="c")

指定列为字符。

在此处查看规范: https://googlesheets4.tidyverse.org/reference/read_sheet.html

对于多个列,您需要指定每个列的类型;请参阅规范中的示例。

关于r - Googlesheets4 不读取我的电子表格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58998384/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com