TableSchemaService | R Documentation |
TableSchemaService
TableSchemaService
R6Class
object.
select(tableId,cnames,offset,limit)
method
selectPairwise(tableId,cnames,offset,limit)
method
selectStream(tableId,cnames,offset,limit)
method
selectCSV(tableId,cnames,offset,limit,separator,quote,encoding)
method
tercenApi::HttpClientService
-> TableSchemaService
new()
TableSchemaService$new(baseRestUri, client)
findByQueryHash()
TableSchemaService$findByQueryHash(keys = NULL, useFactory = FALSE)
findSchemaByDataDirectory()
TableSchemaService$findSchemaByDataDirectory( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
select()
TableSchemaService$select(tableId, cnames, offset, limit)
selectPairwise()
TableSchemaService$selectPairwise(tableId, cnames, offset, limit)
selectStream()
TableSchemaService$selectStream(tableId, cnames, offset, limit)
selectCSV()
TableSchemaService$selectCSV( tableId, cnames, offset, limit, separator, quote, encoding )
clone()
The objects of this class are cloneable with this method.
TableSchemaService$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.