Shell Resource resolver
Shell Resource resolver
A R6 object of class ShellResourceResolver
resourcer::ResourceResolver
-> ShellResourceResolver
Inherited methods
isFor()
Check that the provided resource is a computation resource accessible by shell commands. The resource URL scheme must be "sh" or "shell".
ShellResourceResolver$isFor(x)
x
The resource object.
A logical.
newClient()
Create a ShellResourceClient instance from the provided resource.
ShellResourceResolver$newClient(x)
x
A valid resource object.
A ShellResourceClient object.
clone()
The objects of this class are cloneable with this method.
ShellResourceResolver$clone(deep = FALSE)
deep
Whether to make a deep clone.
The resource is a computation unit, accessible by issuing local system commands, i.e. which URL scheme is "sh".