SQLResourceResolver | R Documentation |
SQL Database Resource resolver
SQL Database Resource resolver
A R6 object of class SQLResourceResolver
The resource is SQL database.
resourcer::ResourceResolver
-> SQLResourceResolver
isFor()
Check that the provided resource has a registered DBIResourceConnector.
SQLResourceResolver$isFor(x)
x
The resource object to evaluate.
A logical.
newClient()
Creates a SQLResourceClient instance from provided resource.
SQLResourceResolver$newClient(x)
x
A valid resource object.
A SQLResourceClient object.
clone()
The objects of this class are cloneable with this method.
SQLResourceResolver$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.