SQLParameters | R Documentation |
SQLParameters Class
An R6Class
generator object
name
character [optional]
query
character [optional]
output_uri
character [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)
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.