viewHTMLinit {svViews} | R Documentation |
Create a HTML file and place a correct header in it.
viewHTMLinit(objname, type, file = guiViewsFile(), CSSFile = guiViewsCSS(), command = "", view.title = getOption("view.title"))
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 |
Returns the file name invisibly.
Eric Lecoutre & Philippe Grosjean