viewHTMLinit {svViews}R Documentation

Initialize a View

Description

Create a HTML file and place a correct header in it.

Usage

    viewHTMLinit(objname, type, file = guiViewsFile(), CSSFile = guiViewsCSS(), command = "", view.title = getOption("view.title"))

Arguments

objname Name of the object
type Type of View
file Name of the file where the View is created
CSSFile Name of the CSS (Cascading Style Sheet) file used
command The command to use for switching to a different view (internally used by SciViews-compatible applications)
view.title If TRUE, a title is added, otherwise no

Value

Returns the file name invisibly.

Author(s)

Eric Lecoutre & Philippe Grosjean

See Also

view


[Package svViews version 0.8-2 Index]