SshResourceResolver {resourcer} | R Documentation |
SSH Resource resolver
Description
SSH Resource resolver
SSH Resource resolver
Format
A R6 object of class SshResourceResolver
Details
The resource is a computation unit, accessible through SSH, i.e. which URL scheme is "ssh".
Super class
resourcer::ResourceResolver
-> SshResourceResolver
Methods
Public methods
Inherited methods
Method isFor()
Check that the provided resource is a computation resource accessible by ssh commands. The resource URL scheme is expected to be "ssh".
Usage
SshResourceResolver$isFor(x)
Arguments
x
The resource object.
Returns
A logical.
Method newClient()
Create a SshResourceClient instance from the provided resource.
Usage
SshResourceResolver$newClient(x)
Arguments
x
A valid resource object.
Returns
A SshResourceClient object.
Method clone()
The objects of this class are cloneable with this method.
Usage
SshResourceResolver$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package resourcer version 1.4.0 Index]