Description Format Public fields Methods
VaultComponent Class
An R6Class
generator object
id
character [optional]
account
VaultIdentifier [optional]
benchmark
VaultIdentifier [optional]
currencyisocode
character [optional]
dates
VaultDateParameters [optional]
snapshot
character [optional]
name
character [optional]
category
character [optional]
new()
VaultComponent$new( id = NULL, account = NULL, benchmark = NULL, currencyisocode = NULL, dates = NULL, snapshot = NULL, name = NULL, category = NULL, ... )
toJSON()
VaultComponent$toJSON()
fromJSON()
VaultComponent$fromJSON(VaultComponentJson)
toJSONString()
VaultComponent$toJSONString()
fromJSONString()
VaultComponent$fromJSONString(VaultComponentJson)
clone()
The objects of this class are cloneable with this method.
VaultComponent$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.