setOptionPdfViewer {Biobase} | R Documentation |
Will set the user's pdfViewer
option, either by determining it
automatically or specified by the user.
setOptionPdfViewer(viewer, verbose=FALSE)
viewer |
A file path to a working PDF viewer application |
verbose |
Outputs extra diagnostics |
If the viewer
argument is given, the option is set to this.
Otherwise, the system will attempt to locate a PDF viewer and set the
option to this.
Currently, the option is "pdfViewer", and located in the "BioC" option list (BioC$Base$pdfViewer).
TRUE on success, FALSE on failure
Jeff Gentry
setOptionPdfViewer()