Description Format Public fields Methods
Credential Class
An R6Class
generator object
origin
character [optional]
access_key
character [optional]
secret_key
character [optional]
description
character [optional]
new()
Credential$new( origin = NULL, access_key = NULL, secret_key = NULL, description = NULL, ... )
toJSON()
Credential$toJSON()
fromJSON()
Credential$fromJSON(CredentialJson)
toJSONString()
Credential$toJSONString()
fromJSONString()
Credential$fromJSONString(CredentialJson)
clone()
The objects of this class are cloneable with this method.
Credential$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.