SQLParameters | R Documentation |
SQLParameters Class
An R6Class
generator object
name
character [optional]
query
character [optional]
output_uri
character [optional]
store_results
character [optional]
dont_download_results
character [optional]
resource_class
character [optional]
result_format
ResultFormat [optional]
init_commands
list( character ) [optional]
parameters
list( object ) [optional]
task_graph_uuid
character [optional]
client_node_uuid
character [optional]
new()
SQLParameters$new( name = NULL, query = NULL, output_uri = NULL, store_results = NULL, dont_download_results = NULL, resource_class = NULL, result_format = NULL, init_commands = NULL, parameters = NULL, task_graph_uuid = NULL, client_node_uuid = 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.