The R Project SVN R

Rev

Rev 88454 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88454 Rev 88957
Line 20... Line 20...
20
         out = NULL,
20
         out = NULL,
21
         toc_entry = c("name", "title"),
21
         toc_entry = c("name", "title"),
22
         ...,
22
         ...,
23
         Rhtml = FALSE,
23
         Rhtml = FALSE,
24
         mathjax_config = file.path(R.home("doc"), "html", "mathjax-config.js"),
24
         mathjax_config = file.path(R.home("doc"), "html", "mathjax-config.js"),
25
         include_description = TRUE)
25
         include_description = TRUE,
-
 
26
         concordance = FALSE)
26
}
27
}
27
\arguments{
28
\arguments{
28
  \item{package}{ typically a character string giving the name of an
29
  \item{package}{ typically a character string giving the name of an
29
    installed package. Can also be a file path or URL pointing to a source
30
    installed package. Can also be a file path or URL pointing to a source
30
    tarball (this feature is experimental).
31
    tarball (this feature is experimental).
Line 73... Line 74...
73
    \code{texmath = "mathjax"}.
74
    \code{texmath = "mathjax"}.
74
  }
75
  }
75
  \item{include_description}{ logical flag indicating whether the output
76
  \item{include_description}{ logical flag indicating whether the output
76
    should begin with the contents of the \code{DESCRIPTION} file.
77
    should begin with the contents of the \code{DESCRIPTION} file.
77
  }
78
  }
-
 
79
  \item{concordance}{ logical flag indicating whether the output
-
 
80
    should contain concordance information.}
78
}
81
}
79
 
82
 
80
\details{
83
\details{
81
  The \code{pkg2HTML} function is intended to produce a single-page HTML
84
  The \code{pkg2HTML} function is intended to produce a single-page HTML
82
  reference manual for a given package, with links to other
85
  reference manual for a given package, with links to other