d1IdentifierSearch | R Documentation |
The DataONE CN Solr query engine is searched using the provided query string.
d1IdentifierSearch(x, ...) ## S4 method for signature 'D1Client' d1IdentifierSearch(x, solrQuery)
x |
D1Client: representing the DataONE environment being queried |
... |
Additional parameters |
solrQuery |
character: a query string |
a vector of identifiers found
D1Client
class description.
## Not run: library(dataone) client <- new("D1Client") result <- d1IdentifierSearch(client,solrQuery="species population diversity") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.