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