| ArrayInfoUpdate | R Documentation |
ArrayInfoUpdate Class
An R6Class generator object
descriptioncharacter [optional]
namecharacter [optional]
uricharacter [optional]
file_typeFileType [optional]
file_propertiesnamed list( character ) [optional]
access_credentials_namecharacter [optional]
logocharacter [optional]
tagslist( character ) [optional]
license_idcharacter [optional]
license_textcharacter [optional]
read_onlycharacter [optional]
new()ArrayInfoUpdate$new( description = NULL, name = NULL, uri = NULL, file_type = NULL, file_properties = NULL, access_credentials_name = NULL, logo = NULL, tags = NULL, license_id = NULL, license_text = NULL, read_only = NULL, ... )
toJSON()ArrayInfoUpdate$toJSON()
fromJSON()ArrayInfoUpdate$fromJSON(ArrayInfoUpdateJson)
toJSONString()ArrayInfoUpdate$toJSONString()
fromJSONString()ArrayInfoUpdate$fromJSONString(ArrayInfoUpdateJson)
clone()The objects of this class are cloneable with this method.
ArrayInfoUpdate$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.