getEndpoint {dataone} | R Documentation |
A D1Client object is associated with a DataONE Coordinating Node. This CN is either the production CN (from the "PROD" environment, the default), or a CN from one of the development environments ("STAGING", "SANDBOX", "DEV"). The base URL for the CN is returned.
getEndpoint(x, ...)
## S4 method for signature 'D1Client'
getEndpoint(x)
x |
A D1Client object |
... |
(Not yet used.) |
A character vector containing the URL of the Coordinating Node
D1Client
class description.
## Not run:
cli <- D1Client("STAGING2", "urn:node:mnTestKNB")
cnUrl <- getEndpoint(cli)
## End(Not run)