Learn R Programming

MenuCollection (version 1.2)

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
default name in the menu

Value

Tellme
Write in a file the attributes of the selected object
Copy
Copy the selected object in a new one
Merge
Merge two objects such as matrix, data.frame, etc.
Trans
Transpose an object such as matrix, data.frame, etc.
Modify
Edit the selected object
New
Add a new object in the Global Workspace
Delete
Delete 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