gpt4 book ai didi

r - 将字符验证为文件路径?

转载 作者:行者123 更新时间:2023-12-04 11:33:16 25 4
gpt4 key购买 nike

确定字符是否为有效文件路径的最佳方法是什么?所以 CheckFilePath( "my*file.csv") 将返回 FALSE(在 Windows 上 * 是无效字符),而 CheckFilePath( "c:\\users\\blabla\\desktop\\myfile.csv") 将返回 TRUE

请注意,文件路径可以有效但不存在于磁盘上。

最佳答案

这是 save 用来执行该功能的代码:

 ....
else file(file, "wb")
on.exit(close(con))
}
else if (inherits(file, "connection"))
con <- file
else stop("bad file argument")
......

关于r - 将字符验证为文件路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7779032/

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