SshResourceResolver | R Documentation |
SSH Resource resolver
SSH Resource resolver
A R6 object of class SshResourceResolver
The resource is a computation unit, accessible through SSH, i.e. which URL scheme is "ssh".
resourcer::ResourceResolver
-> SshResourceResolver
isFor()
Check that the provided resource is a computation resource accessible by ssh commands. The resource URL scheme is expected to be "ssh".
SshResourceResolver$isFor(x)
x
The resource object.
A logical.
newClient()
Create a SshResourceClient instance from the provided resource.
SshResourceResolver$newClient(x)
x
A valid resource object.
A SshResourceClient object.
clone()
The objects of this class are cloneable with this method.
SshResourceResolver$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.