copy_fields | R Documentation |
Copy fields from one table to another in a RelDataModel
copy_fields(x, from, to, fields)
x |
a RelDataModel |
from |
the name of the table from which the fields are taken |
to |
the name of the table to which the fields are copied |
fields |
the names of the fields to copy |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.