renameSdf {SQLiteDF}R Documentation

Rename SDF

Description

Changes the internal name of an SDF, both in the workspace and in the SDF's attributes table.

Usage

renameSdf(sdf, name)

Arguments

sdf The SDF to be renamed.
name The new internal name of the SDF.

Details

This simple operation have a quite complicated implementation. The intended name is checked against SDF's already registed to the workspace, the SDF is detached and removed from the SDF workspace, and then re-attached and re-added to the workspace.

Value

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

Author(s)

Miguel A. R. Manese

See Also

lsSdf


[Package SQLiteDF version 0.1.32 Index]