copy_fields {ReDaMoR} | R Documentation |
Copy fields from one table to another in a RelDataModel
Description
Copy fields from one table to another in a RelDataModel
Usage
copy_fields(x, from, to, fields)
Arguments
x |
|
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 |
Value
[Package ReDaMoR version 0.7.6 Index]