The R Project SVN R

Rev

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

Rev 50546 Rev 52664
Line 1... Line 1...
1
\name{HTMLheader}
1
\name{HTMLheader}
2
\alias{HTMLheader}
2
\alias{HTMLheader}
3
\title{
3
\title{
4
Generate a standard HTML header for R help.
4
  Generate a standard HTML header for R help
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 = "R", logo = TRUE, up = NULL,
10
HTMLheader(title = "R", logo = TRUE, up = NULL, top = file.path(Rhome, "doc/html/index.html"), 
11
           top = file.path(Rhome, "doc/html/index.html"), 
11
           Rhome = "", headerTitle = paste("R:", title), outputEncoding = "UTF-8")
12
           Rhome = "", headerTitle = paste("R:", title),
-
 
13
           outputEncoding = "UTF-8")
12
}
14
}
13
\arguments{
15
\arguments{
14
  \item{title}{
16
  \item{title}{
15
The title to display and use in the HTML headers.  Should have had any
17
The title to display and use in the HTML headers.  Should have had any
16
HTML escaping already done.
18
HTML escaping already done.