Usage
dataset_search(query = NULL, country = NULL, type = NULL,
keyword = NULL, owning_org = NULL, hosting_org = NULL,
publishing_country = NULL, decade = NULL, facet = NULL,
facet_only = NULL, facet_mincount = NULL,
facet_multiselect = 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.
publishing_country
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 de
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:
dataset_key, highertaxon_key, rank, status, extinct,
habitat, and name_type. Additionally threat and
nomenclatural_status are legal values but not
facet_only
Used in combination with the facet
parameter. Set facet_only=true to exclude search
results.
facet_mincount
Used in combination with the facet
parameter. Set facet_mincount={#} 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
facet_multiselect
Used in combination with the
facet parameter. Set facet_multiselect=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=ACC
return
What to return. One of meta, descriptions,
data, facets, or all (Default).