🌈 搜索
📅  最后修改于: 2022-03-11 14:59:50.593000             🧑  作者: Mango
v <- c('a','b','c','e') 'b' %in% v ## returns TRUE match('b',v) ## returns the first location of 'b', in this case: 2