| UDFInfo | R Documentation |
UDFInfo Class
An R6Class generator object
idcharacter [optional]
namecharacter [optional]
languageUDFLanguage [optional]
typeUDFType [optional]
readmecharacter [optional]
license_idcharacter [optional]
license_textcharacter [optional]
tagslist( 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.