The R Project SVN R

Rev

Rev 50445 | Rev 52664 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50445 Rev 50546
Line 5... Line 5...
5
}
5
}
6
\description{
6
\description{
7
This function generates the standard HTML header used on R help pages.
7
This function generates the standard HTML header used on R help pages.
8
}
8
}
9
\usage{
9
\usage{
10
HTMLheader(title, logo = TRUE, up = NULL, top = file.path(Rhome, "doc/html/index.html"), 
10
HTMLheader(title = "R", logo = TRUE, up = NULL, top = file.path(Rhome, "doc/html/index.html"), 
11
           Rhome = "", headerTitle = paste("R:", title), outputEncoding = "UTF-8")
11
           Rhome = "", headerTitle = paste("R:", title), outputEncoding = "UTF-8")
12
}
12
}
13
\arguments{
13
\arguments{
14
  \item{title}{
14
  \item{title}{
15
The title to display and use in the HTML headers.  Should have had any
15
The title to display and use in the HTML headers.  Should have had any