ShellResourceResolver | R Documentation |
Shell Resource resolver
Shell Resource resolver
A R6 object of class ShellResourceResolver
The resource is a computation unit, accessible by issuing local system commands, i.e. which URL scheme is "sh".
resourcer::ResourceResolver
-> ShellResourceResolver
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.