gpt4 book ai didi

r - 在 sqldf 中声明引用为 "quote"

转载 作者:行者123 更新时间:2023-12-04 05:52:21 25 4
gpt4 key购买 nike

我有一个 csv 文件,其中 sep="\t", quote=TRUE ,所以数据被引用为 "2011-01-11"
我使用以下脚本将 csv 文件导入 R
temp <- sqldf("select * from dummy limit 10",file.format=list(header=TRUE,sep="\t",quote="\""))
但它给了我类似 "\"2011-01-11\"" 的东西
\"每个单元格中的多余东西是我想摆脱的,我该怎么做?谢谢。

最佳答案

关于r - 在 sqldf 中声明引用为 "quote",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9922459/

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