Description Usage Arguments Details Value Author(s) References Examples
Finds the location of the CALIB readme file and optionally opens it.
1 | calibReadMe(view = TRUE)
|
view |
logical, |
The function vignette("limma")
will find the short CALIB
vignette which describes how to obtain the CALIB readme file.
The readme file is not a true vignette because it is not automatically
generated using 'Sweave' during the package build process. This
means that it cannot be found using vignette
, hence the
need for this special function.
If the operating system is other than Windows, then the PDF
viewer used is the one given by Sys.getenv("R\_PDFVIEWER")
.
The PDF viewer can be changed using Sys.putenv("R\_PDFVIEWER")
.
Character string giving the file location.
Hui Zhao
limmaUsersGuide
in the limma package
1 | calibReadMe(view=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.