如何在R中读取多个文本文件

时间:2019-04-17 16:09:32

标签: r

我有多个制表符,分隔两列文件,如下所示:

ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().

TypeError: cannot compare a dtyped [object] array with a scalar of type [bool]

我想像下面这样合并它们:

[enter code here][1]

行名在某些情况下可能会丢失。我已经尝试了许多方法,但是未能获得预期的结果。也许我缺少了一些东西。有帮助吗?

[enter code here][1]

对此有任何帮助吗? 最好的祝福 Zillur

1 个答案:

答案 0 :(得分:0)

选中? map_dfc

library(purrr)

map_dfc(fls, read.table, header = FALSE, sep = "\t")