Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ベクトルとデータフレームを引数とする関数を書きたい
myfunction <- function (vector, dataframe) { result <- dataframe$??[match(vector,dataframe$??)] }
何を交換すればいいですか?? それぞれ 2 番目と 1 番目の列にアクセスするには?