| SQLParameters | R Documentation |
SQLParameters Class
An R6Class generator object
namecharacter [optional]
querycharacter [optional]
output_uricharacter [optional]
new()SQLParameters$new(name = NULL, query = NULL, output_uri = NULL, ...)
toJSON()SQLParameters$toJSON()
fromJSON()SQLParameters$fromJSON(SQLParametersJson)
toJSONString()SQLParameters$toJSONString()
fromJSONString()SQLParameters$fromJSONString(SQLParametersJson)
clone()The objects of this class are cloneable with this method.
SQLParameters$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.