d1IdentifierSearch function

Query the DataONE Solr endpoint of the Coordinating Node.

Query the DataONE Solr endpoint of the Coordinating Node.

The DataONE CN Solr query engine is searched using the provided query string.

d1IdentifierSearch(x, ...) ## S4 method for signature 'D1Client' d1IdentifierSearch(x, solrQuery)

Arguments

  • x: D1Client: representing the DataONE environment being queried
  • ...: Additional parameters
  • solrQuery: character: a query string

Returns

a vector of identifiers found

Examples

## Not run: library(dataone) client <- new("D1Client") result <- d1IdentifierSearch(client,solrQuery="species population diversity") ## End(Not run)

See Also

D1Clientclass description.

  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10