View source: R/gnr_datasources.R
gnr_datasources | R Documentation |
Retrieve data sources used in the Global Names Resolver
gnr_datasources(..., todf)
... |
Curl options passed on to crul::HttpClient |
todf |
defunct, always get a data.frame back now |
data.frame/tibble
https://resolver.globalnames.org/data_sources
gnr_resolve()
, gni_search()
## Not run:
# all data sources
gnr_datasources()
# give me the id for EOL
out <- gnr_datasources()
out[out$title == "EOL", "id"]
# Fuzzy search for sources with the word zoo
out <- gnr_datasources()
out[agrep("zoo", out$title, ignore.case = TRUE), ]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.