We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g, query_worms_common() returns three scientific names for "blue shark":
> foo <- query_worms_common("blue shark") [1] "https://www.marinespecies.org/rest/AphiaRecordsByVernacular/blue%20shark" > foo [1] "Isurus oxyrinchus" "Lamna nasus" "Prionace glauca"
As a result, the internal data object blue_shark_erddapp_att contains some pretty unruly values in Sci.Name column:
blue_shark_erddapp_att
Sci.Name
> blue_shark_erddap_att$Tag.Metadata$Sci.Name[1] [1] c("Isurus oxyrinchus", "Lamna nasus", "Prionace glauca") Levels: c("Isurus oxyrinchus", "Lamna nasus", "Prionace glauca")
The text was updated successfully, but these errors were encountered:
purrr
No branches or pull requests
E.g, query_worms_common() returns three scientific names for "blue shark":
As a result, the internal data object
blue_shark_erddapp_att
contains some pretty unruly values inSci.Name
column:The text was updated successfully, but these errors were encountered: