create {autodb} | R Documentation |
Create instance of a schema
Description
Create a relation data object, using the given relational schema object, with
the resulting relations empty and ready for data insertion using
insert
.
Usage
create(x, ...)
Arguments
x |
a relational schema object, representing the schema to create an
instance of, such as a |
... |
further arguments passed on to methods. |
Value
An instance of the schema. For example, calling create
on a
database_schema
creates a database
, where all
the relations contain zero records.
[Package autodb version 3.0.0 Index]