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
get_dataset
Occurs when object of type site is passed to the function:
site
> "Beef*" %>% + neotoma::get_site() %>% + neotoma::get_dataset(datasettype = "pollen") The API call was successful, you have returned 1 records. A dataset_list containing 3 objects: Accessed from 2017-03-05 20:29h to 2017-03-05 20:29h. Datasets: dataset.id site.name long lat type 250 Beef Pasture -108.15 37.41667 pollen 7913 Beef Pasture -108.15 37.41667 geochronologic 10472 Beef Pasture -108.15 37.41667 charcoal
My understanding is that the returned datasets should be filtered to only include "pollen" datasets.
NOTE: Correct behavior when passing a numeric site identifier to get_dataset:
> 246 %>% + neotoma::get_dataset(datasettype = "pollen") The API call was successful, you have returned 1 record. A dataset_list containing 1 objects: Accessed from 2017-03-05 20:42h to 2017-03-05 20:42h. Datasets: dataset.id site.name long lat type 250 Beef Pasture -108.15 37.41667 pollen
The text was updated successfully, but these errors were encountered:
Thanks! I'll look into this this week.
Sorry, something went wrong.
No branches or pull requests
Occurs when object of type
site
is passed to the function:My understanding is that the returned datasets should be filtered to only include "pollen" datasets.
NOTE: Correct behavior when passing a numeric site identifier to
get_dataset
:The text was updated successfully, but these errors were encountered: