search for: f28ddb

Displaying 1 result from an estimated 1 matches for "f28ddb".

Did you mean: f285ddbc
2010 Aug 10
1
partial match of one column in data frame to another character vector
...F28 A 20 A94 B and a vector of IDs (the full label). > fullID [1] "F16-284" "ACC-A94-AB" "ADAD599" "002-0004BCC" "CDCF01932.AB" "F28DDB" "NOMATCH-EX" For each id in myData, there could be a partial match in fullID. For example D599 in myData matches ADAD599. I would like to add a column to myData that contains the corresponding fullID or NA if a match was not found. Thanks for your help. Juliet # #Data #...