View source: R/shared_class_functions.r
create | R Documentation |
Create a relation data object, using the given relational schema object, with
the resulting relations empty and ready for data insertion using
insert
.
create(x, ...)
x |
a relational schema object, representing the schema to create an
instance of, such as a |
... |
further arguments passed on to methods. |
An instance of the schema. For example, calling create
on a
database_schema
creates a database
, where all
the relations contain zero records.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.