gpt4 book ai didi

r - 导入 csv 文件时 if (num_colors <256) 出错?

转载 作者:行者123 更新时间:2023-12-04 03:39:58 25 4
gpt4 key购买 nike

我最近更新到 R 4.03,自从更新后,我在 R studio 中上传 csv 文件时遇到了困难。无论是尝试使用代码导入还是使用选项卡环境 -> “导入数据集”手动导入时都是如此。我收到的错误消息是“if (num_colors < 256) { 错误:需要 TRUE/FALSE 的地方缺少值。”

这是我使用的代码:

library(readr) 
df <- read_csv("df.csv")

Error in if (num_colors < 256) { : missing value where TRUE/FALSE needed`

我认为这可能与“蜡笔”包有关,但加载这个库似乎没有什么不同。

此外,当我将“df.csv”另存为 excel 文件“df.xlsx”时,我可以使用以下代码毫无问题地加载数据集

library(readxl)
df <- read_excel(df.xlsx)

我在不同的机器上使用 R 4.0.2 时没有遇到这个问题,所以我怀疑这个问题可能与升级有关。

欢迎任何见解。

更新:新手 R 用户和我感谢大家对这个问题的兴趣。我相信 session 是干净的。 Per Ben 的请求:

find("read_csv")

[1] “包:阅读器”

sessionInfo()

R 版本 4.0.3 (2020-10-10)平台:x86_64-w64-mingw32/x64(64 位)运行于:Windows >= 8 x64 (build 9200)

矩阵乘积:默认

语言环境:[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

附加基础包:[1] stats graphics grDevices utils datasets 方法库

其他附包:[1] dplyr_1.0.3 crayon_1.4.1 readxl_1.3.1 plyr_1.8.6 readr_1.4.0

通过命名空间加载(而不是附加):[1] rcpp_1.0.6 rstudioapi_0.13 magrittr_2.0.1 hms_1.0.0 tidyselect_1.1.0 lattice_0.20-41 R6_2.5.0 rlang_0.4.10 fansi_0.4.2
[10] tools_4.0.3 grid_4.0.3 utf8_1.1.4 DBI_1.1.1 cli_2.3.0 ellipsis_0.3.1 assertthat_0.2.1 tibble_3.0.5 lifecycle_0.2.0[19] Matrix_1.2-18 purrr_0.3.4 vctrs_0.3.6 glue_1.4.2 compiler_4.0.3 pillar_1.4.7 cellranger_1.1.0 generics_0.1.0 pkgconfig_2.0.3

最佳答案

我建议将 RStudio 和 R 更新到最新版本。

这对我有用。

编辑

鉴于 Ben 在下面的请求。

R版本:4.0.4;RStudio 版本:1.4.1103

关于r - 导入 csv 文件时 if (num_colors <256) 出错?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66210167/

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