vijaybarve / taxotools

Tools to Handle Taxonomic Lists
5 stars 1 forks source link

Create a function to compact ids #103

Closed vijaybarve closed 3 years ago

vijaybarve commented 3 years ago

If DwC data is used, it has ids provided by the service with their own ids. At times id provided by other data providers are non numeric or too large numbers.

It will be useful for taxotools to compact these numbers and also convert them to numeric, so other functions like merge_lists do not fail.

vijaybarve commented 3 years ago

@Jegelewicz Try out this function

Jegelewicz commented 3 years ago

I get this

Error in renamecolumn(dat, id, "id") : could not find function "rename_column"