| ResourceResolver | R Documentation |
Resource resolver
Resource resolver
A R6 object of class ResourceResolver
Helper class for building a Client that implements the access to the data or the computation unit.
new()Creates a new ResourceResolver instance.
ResourceResolver$new()
A ResourceResolver object.
isFor()Check that the provided object is of class "resource".
ResourceResolver$isFor(x)
xThe resource object to evaluate.
A logical.
newClient()Stub function to be implemented by subclasses. Makes an object which class inherits from ResourceClient.
ResourceResolver$newClient(x)
xThe resource object to evaluate.
The ResourceClient object that will access the provided resource.
clone()The objects of this class are cloneable with this method.
ResourceResolver$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.