You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is related to both quotation marks (') in Bipontinus. They need to be escaped with backslashes because of regex
> taxize::get_gbifid(
+ sci = "Tithonia subg. Mirasolia Carl Heinrich \\'Bipontinus\\' Schultz, 1856"
+ )
══ 1 queries ═══════════════
Retrieving data for taxon 'Tithonia subg. Mirasolia Carl Heinrich \'Bipontinus\' Schultz, 1856'
More than one GBIF ID found for taxon 'Tithonia subg. Mirasolia Carl Heinrich \'Bipontinus\' Schultz, 1856'!
Enter rownumber of taxon (other inputs will return 'NA'):
gbifid scientificname rank status matchtype
1 8892593 Mirasolia Sch.Bip. ex Benth. & Hook.f. genus SYNONYM EXACT
2 11114626 Mirasolita Hermsen et al., 2014 genus ACCEPTED FUZZY
I got the following error trying to retrieve GBIF ID using
get_gbifid()
:Neither this works:
The name ( "Tithonia subg. Mirasolia Carl Heinrich 'Bipontinus' Schultz, 1856") was obtained directly from
taxize::resolve()
.Session info
The text was updated successfully, but these errors were encountered: