在文件夹中的所有文件上运行代码,仅适用于一个

时间:2019-05-23 19:03:28

标签: excel vba

我想在特定文件夹中的所有文件上运行此代码。这段代码可以从一个文件中正常工作。

有人可以帮我吗?

df1 <- data.frame(ID = 1:5, Node = c("1.1 > 2.1 > 3.2", "1.2 > 2.2 > 3.1", "1.1 > 2.2 > 3.1", "1.2 > 2.1 > 3.2", "1.1 > 2.2 > 3.2"), stringsAsFactors = FALSE)

df2 <- data.frame(Label =  c("One one", "One two", "Two one", "Two two", "Three one", "Three two"), Node = c("1.1", "1.2", "2.1", "2.2", "3.1", "3.2"), stringsAsFactors = FALSE)

0 个答案:

没有答案