reshapeGUI: reshapeGUI: A GUI for the reshape2 and plyr packages...

Description Details Author(s) Examples

View source: R/reshapeGUI.R

Description

reshapeGUI: A GUI for the reshape2 and plyr packages ; A tool for learning how to use the functions, melt, acast/dcast, and ddply.

Details

This graphical user interface (GUI) was built with the gWidgets package, under the RGtk2 toolkit.

Some features of the GUI are as follows:

NOTE: This GUI is meant as a tool for learning how to use the specified functions, not as a replacement for their use. Much of the flexibility of the functions is lost within the GUI. I designed features like the code preview with the intention that the user would use the GUI in a sort of "training wheels" approach, eventually transitioning to being able to write the code independently. Good luck!

Author(s)

Jason Crowley crowley.jason.s@gmail.com

Examples

1
2
3
4
5
6
# Bring two datasets included with reshape2 into the workspace
data(tips)
data(french_fries)

# Run the GUI
## Not run: reshapeGUI()

reshapeGUI documentation built on May 1, 2019, 11 p.m.