FileCreate | R Documentation |
FileCreate Class
An R6Class
generator object
input_uri
character [optional]
output_uri
character [optional]
name
character [optional]
new()
FileCreate$new(input_uri = NULL, output_uri = NULL, name = NULL, ...)
toJSON()
FileCreate$toJSON()
fromJSON()
FileCreate$fromJSON(FileCreateJson)
toJSONString()
FileCreate$toJSONString()
fromJSONString()
FileCreate$fromJSONString(FileCreateJson)
clone()
The objects of this class are cloneable with this method.
FileCreate$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.