Usage
HTMLheader(title = "R", logo = TRUE, up = NULL, top = file.path(Rhome, "doc/html/index.html"), Rhome = "", css = file.path(Rhome, "doc/html/R.css"), headerTitle = paste("R:", title), outputEncoding = "UTF-8")
Arguments
title
The title to display and use in the HTML headers. Should have had any
HTML escaping already done.
logo
Whether to display the R logo after the title.
up
Which page (if any) to link to on the up button.
top
Which page (if any) to link to on the top button.
Rhome
A relative path to the R home directory. See the Details.
css
The relative URL for the Cascading Style Sheet.
headerTitle
The title used in the headers.
outputEncoding
The declared encoding for the whole page.