Usage
dataset_search(query = NULL, country = NULL, type = NULL,
keyword = NULL, owningOrg = NULL, hostingOrg = NULL,
publishingCountry = NULL, decade = NULL, facet = NULL,
facetMincount = NULL, facetMultiselect = NULL, limit = 20,
start = NULL, callopts = list(), pretty = FALSE, return = "all")
Arguments
callopts
Pass on options to httr::GET for more refined control of
http calls, and error handling
limit
Number of records to return
start
Record number to start at
query
Query term(s) for full text search. The value for this parameter
can be a simple word or a phrase. Wildcards can be added to the simple word
parameters only, e.g. q=*puma*
country
NOT YET IMPLEMENTED. Filters by country as given in isocodes$gbif_name,
e.g. country=CANADA.
type
Type of dataset, options include OCCURRENCE, etc.
keyword
Keyword to search by. Datasets can be tagged by keywords, which
you can search on. The search is done on the merged collection of tags, the
dataset keywordCollections and temporalCoverages.
publishingCountry
Publishing country. See options at isocodes$gbif_name
decade
Decade, e.g., 1980. Filters datasets by their temporal coverage
broken down to decades. Decades are given as a full year, e.g. 1880, 1960, 2000,
etc, and will return datasets wholly contained in the decade as well as those
that cover the entire decade or
pretty
Print informative metadata using cat
. Not easy to
manipulate output though. facet
A list of facet names used to retrieve the 100 most frequent values
for a field. Allowed facets are: datasetKey, highertaxonKey, rank, status,
extinct, habitat, and nameType. Additionally threat and nomenclaturalStatus
are legal values but not yet impleme
facetMincount
Used in combination with the facet parameter. Set
facetMincount={#} to exclude facets with a count less than {#}, e.g.
http://bit.ly/1bMdByP only shows the type value 'ACCEPTED' because the other
statuses have counts less than 7,000,000
facetMultiselect
Used in combination with the facet parameter. Set
facetMultiselect=true to still return counts for values that are not currently
filtered, e.g. http://bit.ly/19YLXPO still shows all status values even though
status is being filtered by status=ACCEPTED
return
What to return. One of meta, descriptions, data, facets,
or all (Default).