[rkward/releases/0.6.5] rkward/rbackend/rpackages/rkward/man: Roxygenize
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Sat Mar 12 16:59:41 UTC 2016
Git commit d48bff10bbbd9e51d19e00e187b911e622b62c35 by Thomas Friedrichsmeier.
Committed on 12/03/2016 at 14:14.
Pushed by tfry into branch 'releases/0.6.5'.
Roxygenize
M +5 -1 rkward/rbackend/rpackages/rkward/man/rk.get.tempfile.name.Rd
http://commits.kde.org/rkward/d48bff10bbbd9e51d19e00e187b911e622b62c35
diff --git a/rkward/rbackend/rpackages/rkward/man/rk.get.tempfile.name.Rd b/rkward/rbackend/rpackages/rkward/man/rk.get.tempfile.name.Rd
index 4f790bf..91fc8fc 100644
--- a/rkward/rbackend/rpackages/rkward/man/rk.get.tempfile.name.Rd
+++ b/rkward/rbackend/rpackages/rkward/man/rk.get.tempfile.name.Rd
@@ -16,7 +16,7 @@ rk.get.output.html.file()
rk.set.output.html.file(x,
additional.header.contents = getOption("rk.html.header.additions"),
- style = c("regular", "preview"))
+ style = c("regular", "preview"), css = getOption("rk.output.css.file"))
rk.flush.output(x = rk.get.output.html.file(), flush.images = TRUE,
ask = TRUE, ...)
@@ -36,6 +36,10 @@ This could be scripts or additional CSS definitions, for example. Note that
\item{style}{Currently either "regular" or "preview". The latter omits table of contents and date.}
+\item{css}{Local file name of CSS file to use, or NULL for no CSS file. The CSS file will be
+placed next to x, with file name extension ".css". Only effective when initializing a
+(non-existing) output file.}
+
\item{ask}{Logical: Whether to ask before flushing the output file.}
\item{...}{Further parameters passed to rk.set.output.html.file()}
More information about the rkward-tracker
mailing list