Spotfire® Enterprise Runtime for R

Command Line Options for the Rdconv Command

You can convert .Rd documentation to other formats by using the command Rdconv and specifying any of the following options to control the results.

Usage
<file-path-to>Rdconv.exe [OPTIONS] FILE
Description
Convert the file specified by FILE to the format specified by --type=arg.
Options
-o, --option=value means that -o value and --option=value are synonymous.
Option Description
-h, --help Print a help message for this command, and then exit.
-v , --version Print file version information, and then exit.
-d , --debug Enable debugging.
-t , --type arg (=html) Convert to the format specified by arg.
--encoding arg (=utf-8) Use arg as the output encoding.
--package arg (=unknown) Use arg as the package name.
-o , --output arg (=-) Use arg as the output file.
--os arg (=windows) Assume the operating system arg (can be either UNIX or Windows).
--run_dontrun Either comment out or do not comment out the \dontrun sections of examples.
--run_donttest Either comment out or do not comment out \donttest sections of examples.