dataone (version 2.2.1)

d1IdentifierSearch: Query the DataONE Solr endpoint of the Coordinating Node.

Description

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

Usage

d1IdentifierSearch(x, ...)

# S4 method for D1Client d1IdentifierSearch(x, solrQuery)

Arguments

x

D1Client: representing the DataONE environment being queried

...

Additional parameters

solrQuery

character: a query string

Value

a vector of identifiers found

See Also

D1Client class description.

Examples

Run this code
# NOT RUN {
library(dataone)
client <- new("D1Client")
result <- d1IdentifierSearch(client,solrQuery="species population diversity")
# }

Run the code above in your browser using DataCamp Workspace