This may not be the most efficient way, but it will do the job. df1$Real.car = NA df1$years = NA for (i in 1:nrow(df2)) { match.line ...
確定! 回上一頁