UDFInfo | R Documentation |
UDFInfo Class
An R6Class
generator object
id
character [optional]
name
character [optional]
language
UDFLanguage [optional]
type
UDFType [optional]
readme
character [optional]
license_id
character [optional]
license_text
character [optional]
tags
list( character ) [optional]
new()
UDFInfo$new( id = NULL, name = NULL, language = NULL, type = NULL, readme = NULL, license_id = NULL, license_text = NULL, tags = NULL, ... )
toJSON()
UDFInfo$toJSON()
fromJSON()
UDFInfo$fromJSON(UDFInfoJson)
toJSONString()
UDFInfo$toJSONString()
fromJSONString()
UDFInfo$fromJSONString(UDFInfoJson)
clone()
The objects of this class are cloneable with this method.
UDFInfo$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.