Description Usage Arguments Details Value See Also
Some usual R methods for objects of class Schema
.
1 2 3 4 5 6 7 8 9 10 11 |
x |
a |
... |
additional arguments to be passed to or from methods. |
as.data.table.Schema()
coerces a Schema
object to a
data.table
. This creates a new
data.table
with a structure based on the
underlying Schema
. Values stored as archetype
(s)
are used to populate the table.
Return value depends on the function used.
format()
returns a character vector.
length()
returns an integer.
names()
returns a character vector.
as.data.table.Schema()
returns a data.table
object. See details.
Other Schema:
Schema-accessors
,
Schema-class
,
Schema-coercions
,
Schema-extractors
,
Schema-setops
,
Schema-validators
,
is_schema()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.