USFWS / fwspp

Query species occurrence observations on USFWS properties
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

`NA` getting tacked on to combined common names when updating invalid taxa #18

Closed adamdsmith closed 6 years ago

adamdsmith commented 6 years ago
fwspp::retrieve_taxonomy("Solidago graminifolia")
#>                sci_name          acc_sci_name
#> 1 Solidago graminifolia Euthamia graminifolia
#>                                                       com_name    rank
#> 1 NA, flattop goldentop, flat-top goldentop, slender goldentop Species
#>         category taxon_code   tsn note
#> 1 Vascular Plant     140446 37352 <NA>

Appears to occur when no common name is found for the original taxon but common names are found for the accepted taxon. Probably a simple na.omit fix...