remove_table | R Documentation |
Remove a table from a RelDataModel
remove_table(x, tableName, rmForeignKeys = FALSE)
x |
a RelDataModel |
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. |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.