CommandResourceClient | R Documentation |
Command resource client
Command resource client
A R6 object of class CommandResourceClient
Base class for resource clients issuing commands and get a result with the status of the execution, the output and the error messages.
resourcer::ResourceClient
-> CommandResourceClient
new()
Creates a new CommandResourceClient instance
CommandResourceClient$new(resource)
resource
A valid resource object.
A CommandResourceClient object.
clone()
The objects of this class are cloneable with this method.
CommandResourceClient$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.