unserializeNetwork: Unserialize a network

Description Usage Arguments Value

View source: R/NetworkTableManagement.R

Description

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.

Usage

1
unserializeNetwork(cn, net, disassociateMasterData, dropMasterData)

Arguments

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

Value

The network, with updated table names.


mickash/Adaptive-Bayesian-Networks documentation built on Nov. 14, 2019, 12:14 a.m.