Use mapply to apply a function to rows of a data frame when the function arguments are the values in each row. DF$Score <- mapply(grepl, ...
確定! 回上一頁