Description Usage Arguments Value
View source: R/NetworkTableManagement.R
Remove network entries from networks and nodes tables at a location, and remove all entries from default tables for a network at a location. The tables must have been created by defaultInitializeNetwork.
1 | unserializeNetwork(cn, net, disassociateMasterData, dropMasterData)
|
cn |
An open RODBC connection. |
net |
The network. |
disassociateMasterData |
Whether the network should no longer be associated with its current master data tables. |
dropMasterData |
Specifies whether the master data tables will also be dropped. If T but other networks still using the master data tables, then they will not be dropped and a warning will be given. A warning will also be given if the master data tables are not dropped when no other networks are using them. This can only be TRUE if disassociateMasterData is also TRUE |
The network, with updated table names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.