Usage
runnbnurl(service = NULL, tvks = NULL, datasets = NULL, feature = NULL, startYear = NULL, endYear = NULL, list = NULL, VC = NULL, group = NULL, query = NULL, gridRef = NULL, polygon = NULL, attributes = FALSE, ...)
Arguments
service
the service you want to call. One of "obs"
for the
taxonObservations service, "feature"
for the features service,
"taxon"
for the taxa service, "list"
for listing services,
"ancestry"
for taxonomy service and "species"
for the
species service. The first letter is sufficient
tvks
a list of TVKs which are strings of 16 alphanumeric characters
datasets
a list of dataset keys which are strings of 8 alphanumeric
characters
feature
a featureID which is a string of 8 alphanumeric characters
startYear
a 4 digit integer year
endYear
a 4 digit integer year
list
url segment as a string as required to append to the base url to
give the list required as a part of the "list"
service.
VC
a string giving a vice-county name (see listVCs
) group
a string giving the name of a group (see listGroups
) query
a string used to perform a taxa search
gridRef
a string giving a gridreference in which to search for occurrences
polygon
A WKT (Well-Known Text) polygon string. Note that polygons containing
many verticies (>100) are likely to create queries that exceed the NBN character limit
attributes
if TRUE
then attribute data is returned
...
Further named parameters passed on to GET