xmlDataViewer {Rggobi} | R Documentation |
A GUI for displaying the contents of a GGobi input data in XML format. This displays a hierarchical view of the different datasets and their variables and the details of these such as the name, extrema, descriptions, etc.
xmlDataViewer(fileName = "~/Projects/ggobi/ggobi/data/eies.xml", callback = function(obj, w) { guiShow(obj)})
fileName |
the URI of the XML input source, typically just a file name. This can be a string giving the XML directly or also a URL. |
callback |
callback function that is invoked when the user
selects a node in the tree view.
This is passed to xmlDataTreeViewer |
A list containing
win |
the GtkWindow created to display the hierarchy. |
tr |
the GtkTree object created in the call to xmlDataTreeViewer |
Duncan Temple Lang
http://www.ggobi.org http://www.ggobi.org/RSggobi
xmlDataViewer(system.file("data", "buckyball.xml", package = "Rggobi"))