NoSQLResourceResolver | R Documentation |
NoSQL Database Resource resolver
NoSQL Database Resource resolver
A R6 object of class NoSQLResourceResolver
The resource is NoSQL database such as mongodb (elasticsearch, redis, couchdb, sqlite are not supported yet).
resourcer::ResourceResolver
-> NoSQLResourceResolver
isFor()
Check that the provided resource has a URL that locates a nodbi object: the URL scheme must be one of "mongodb", "mongodb+srv". Other NoSQL databases "elasticsearch", "redis", "couchdb", "sqlite" are not supported yet.
NoSQLResourceResolver$isFor(x)
x
The resource object to validate.
A logical.
newClient()
Creates a NoSQLResourceClient instance from provided resource.
NoSQLResourceResolver$newClient(x)
x
A valid resource object.
A NoSQLResourceClient object.
clone()
The objects of this class are cloneable with this method.
NoSQLResourceResolver$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.