remove_table {ReDaMoR} | R Documentation |
Remove a table from a RelDataModel
Description
Remove a table from a RelDataModel
Usage
remove_table(x, tableName, rmForeignKeys = FALSE)
Arguments
x |
|
tableName |
the name of the table to remove |
rmForeignKeys |
if TRUE, remove foreign keys which are not available after extraction. If FALSE (default) the function will throw an error if any foreign keys does not exist in the extracted RelDataModel. |
Value
[Package ReDaMoR version 0.7.6 Index]