Resource resolver
Resource resolver
A R6 object of class ResourceResolver
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.
Helper class for building a Client that implements the access to the data or the computation unit.