The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 11... Line 11...
11
\description{
11
\description{
12
This function generates the standard HTML header used on R help pages.
12
This function generates the standard HTML header used on R help pages.
13
}
13
}
14
\usage{
14
\usage{
15
HTMLheader(title = "R", logo = TRUE, up = NULL,
15
HTMLheader(title = "R", logo = TRUE, up = NULL,
16
           top = file.path(Rhome, "doc/html/index.html"), 
16
           top = file.path(Rhome, "doc/html/index.html"),
17
           Rhome = "",
17
           Rhome = "",
18
           css = file.path(Rhome, "doc/html/R.css"),
18
           css = file.path(Rhome, "doc/html/R.css"),
19
           headerTitle = paste("R:", title),
19
           headerTitle = paste("R:", title),
20
           outputEncoding = "UTF-8")
20
           outputEncoding = "UTF-8")
21
}
21
}