Learn R Programming

SciViews (version 0.8-8)

viewHTMLinit: 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.

See Also

view