Rev 4599 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{renameSdf}\alias{renameSdf}\title{ Rename SDF }\description{Changes the internal name of an SDF, both in the workspace and in theSDF's attributes table.}\usage{renameSdf(sdf, name)}\arguments{\item{sdf}{ The SDF to be renamed. }\item{name}{ The new internal name of the SDF. }}\details{This simple operation have a quite complicated implementation. The intendedname is checked against SDF's already registed to the workspace, the SDFis detached and removed from the SDF workspace, and then re-attached andre-added to the workspace. }\value{\code{TRUE} if the operation was successful. \code{FALSE} with an errormessage displayed otherwise.}\author{Miguel A. R. Manese}\seealso{\code{\link[SQLiteDF]{lsSdf}}}\keyword{data}