Learn R Programming

SciViews (version 0.8-8)

guiViews: GUI functions to manipulate and generate Views

Description

These function are internally used, and are not intended for direct manipulation.

Usage

guiViewsCmd(type, typelist, command, file, ...)
    guiViewsCSS()
    guiViewsCSSChange(newCSS = "")
    guiViewsDir()
    guiViewsDisplay(viewfile, viewer = getOption("viewer"), ...)
    guiViewsFile()

Arguments

type
The type of View
typelist
The list of all existing View types for this object
command
The code interpreted by the Viewer to switch to a different View
file
The file containing the View
newCSS
The path to the new CSS (Cascading Stype Sheet) file to use
viewfile
The file containing the View
viewer
The viewer application used to display the View
...
Further arguments passed to functions that generate the View

Value

  • guiViewsCSS(), guiViewsDir(), and guiViewsFile() return the corresponding file or directory. guiViewsCSSChange() returns either TRUE or FALSE. guiViewsCmd() returns a string with the command. guiViewsDisplay() return the result returned by a call to the viewer.

See Also

view

Examples

Run this code
guiViewsFile() # The name of temporary file suitable to hold a new View

Run the code above in your browser using DataLab