Closed boopsboops closed 3 months ago
Add a morphology delim table based on taxon names from supplied file.
group_by(scientificName) |> mutate(morph=cur_group_id()) %>% select(identifier, morph)
Done d57d347568c2fd7836df673c238692bc22731b61
Add a morphology delim table based on taxon names from supplied file.
group_by(scientificName) |> mutate(morph=cur_group_id()) %>% select(identifier, morph)