Description Usage Arguments Value
View source: R/NetworkTableManagement.R
This function does the following: (1) The network to be overwritten is loaded and unserialized, without dropping the master data tables. (2) The network to be restored is loaded and cloned, with the cloned network having the network to be overwritten's name. (3) The cloned network is serialized. (4) The cloned network is returned.
1 2 | restoreAndOverwrite(cn, overwrite, restore, connection_string = NULL,
external_path = NULL, dbinfo = dbmsinfo())
|
cn |
A valid ODBC connection. |
overwrite |
The name of the network to be overwritten. |
restore |
The name of the network to be restored. |
A clone of the restored network, with the overwritten network's name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.