workspace_management: Menu to manage workspace objects

Description Usage Arguments Details Value Author(s) References

View source: R/menucollection.r

Description

Collection of functions for object management (copy, transpose, edit, etc.)

Usage

1
workspace_management(previous.name = "")

Arguments

previous.name

default name in the menu

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('')

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

Author(s)

Gianmarco Polotti

References

M.F.Lawrence,J.Verzani,Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group,2012


MenuCollection documentation built on May 29, 2017, 9:59 p.m.