The R Project SVN R

Rev

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

Rev 52664 Rev 54057
Line 7... Line 7...
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,
11
           top = file.path(Rhome, "doc/html/index.html"), 
11
           top = file.path(Rhome, "doc/html/index.html"), 
-
 
12
           Rhome = "",
-
 
13
           css = file.path(Rhome, "doc/html/R.css"),
12
           Rhome = "", headerTitle = paste("R:", title),
14
           headerTitle = paste("R:", title),
13
           outputEncoding = "UTF-8")
15
           outputEncoding = "UTF-8")
14
}
16
}
15
\arguments{
17
\arguments{
16
  \item{title}{
18
  \item{title}{
17
The title to display and use in the HTML headers.  Should have had any
19
The title to display and use in the HTML headers.  Should have had any
Line 25... Line 27...
25
}
27
}
26
  \item{top}{
28
  \item{top}{
27
Which page (if any) to link to on the \dQuote{top} button.
29
Which page (if any) to link to on the \dQuote{top} button.
28
}
30
}
29
  \item{Rhome}{
31
  \item{Rhome}{
30
A relative path to the R home directory.  See the Details.
32
A \bold{relative} path to the R home directory.  See the \sQuote{Details}.
-
 
33
}
-
 
34
  \item{css}{
-
 
35
The relative URL for the Cascading Style Sheet.
31
}
36
}
32
  \item{headerTitle}{
37
  \item{headerTitle}{
33
The title used in the headers.
38
The title used in the headers.
34
}
39
}
35
  \item{outputEncoding}{
40
  \item{outputEncoding}{