workspace_management: Menu to manage workspace objects
Description
Collection of functions for object management (copy,transpose,edit,etc.)
Usage
workspace_management(previous.name = "")
Arguments
previous.name
name of the default name in the menu
Value
TellmeWrite in a file the attributes of the selected objet
CopyCopy the selected object in a new one
MergeMerge two objects such as matrix, dataframe, etc.
TransTranspose an object such as matrix, dataframe, etc.
ModifyEdit the selected object
NewAdd a new object in the Global Workspace
DeleteDelete the selected object
Details
Menu to help workspace management through the definition of several functions
workspace.png
To get the menu just use the following code:
ans<-workspace_management('')
References
M.F.Lawrence,J.Verzani,Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group,2012