if (FALSE) {
# 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), ]
}
Run the code above in your browser using DataLab