在函数中,如何访问作为参数传递的数据帧的不同列?

时间:2013-08-28 02:38:16

标签: r function

我想用vector和dataframe作为参数编写一个函数

myfunction <- function (vector, dataframe) {

 result <- dataframe$??[match(vector,dataframe$??)]

}

我应该更换什么?分别访问第二列和第一列?

0 个答案:

没有答案