name_suggest(q = NULL, datasetKey = NULL, rank = NULL, fields = NULL,
start = NULL, limit = 100, ...)
limit
to
page through results.query
, path
, etc, passed on to
modify_url
within GET
call. Unnamed parameters will
be combname_suggest(q='Puma concolor')
name_suggest(q='Puma')
name_suggest(q='Puma', rank="genus")
name_suggest(q='Puma', rank="subspecies")
name_suggest(q='Puma', rank="species")
name_suggest(q='Puma', rank="infraspecific_name")
name_suggest(q='Puma', limit=2)
name_suggest(q='Puma', fields=c('key','canonicalName'))
name_suggest(q='Puma', fields=c('key','canonicalName','higherClassificationMap'))
# Pass on httr options
library('httr')
# res <- name_suggest(q='Puma', limit=200, config=progress())
Run the code above in your browser using DataLab