ColumnSchema | R Documentation |
ColumnSchema
ColumnSchema
R6Class
object, super class IdObject
, sub classes Column
.
tercenApi::Base
-> tercenApi::IdObject
-> ColumnSchema
id
of type String inherited from super class IdObject
.
name
of type String.
type
of type String.
nRows
of type int.
size
of type int.
metaData
object of class ColumnSchemaMetaData
.
id
of type String inherited from super class IdObject
.
new()
ColumnSchema$new(json = NULL)
init()
ColumnSchema$init()
initJson()
ColumnSchema$initJson(json)
toTson()
ColumnSchema$toTson()
clone()
The objects of this class are cloneable with this method.
ColumnSchema$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.