detachSdf {SQLiteDF}R Documentation

Detach SDF

Description

Detaches a SDF from the workspace by detaching from the SQLite engine and then deleting from the SDF list in workspace.db.

Usage

detachSdf(iname)

Arguments

iname A string containing the internal name of the desired SDF.

Value

TRUE if the operation was successful. FALSE with an error message displayed otherwise.

Author(s)

Miguel A. R. Manese

See Also

sqlite.data.frame attachSdf lsSdf


[Package SQLiteDF version 0.1.32 Index]