restoreAndOverwrite: Restore a network and overwrite another

Description Usage Arguments Value

View source: R/NetworkTableManagement.R

Description

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.

Usage

1
2
restoreAndOverwrite(cn, overwrite, restore, connection_string = NULL,
  external_path = NULL, dbinfo = dbmsinfo())

Arguments

cn

A valid ODBC connection.

overwrite

The name of the network to be overwritten.

restore

The name of the network to be restored.

Value

A clone of the restored network, with the overwritten network's name.


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