vijaybarve / taxotools

Tools to Handle Taxonomic Lists
5 stars 1 forks source link

Error in merge_lists on non-numeric id fields #101

Closed vijaybarve closed 3 years ago

vijaybarve commented 3 years ago

If id has non-numeric values

Error in max(master$id) + 1 : non-numeric argument to binary operator
vijaybarve commented 3 years ago

Error is captured and provided useful message. But it will be desirable to eliminate the error by converting the non-numeric data to numeric.