Description Usage Arguments Details Value Author(s) Examples
This function adds a menu item for a package's vignettes.
1 | addVigs2WinMenu(pkgName)
|
pkgName |
|
The original functions addVig2Menu
, addVig4Win
, addVig4Unix
, addNonExisting
, addPDF2Vig
have been replaced by addVigs2WinMenu
, please use those instead.
The functions do not return any value.
Jianhua Zhang and Jeff Gentry
1 2 3 4 5 | # Only works for windows now
if(interactive() && .Platform$OS.type == "windows" &&
.Platform$GUI == "Rgui"){
addVigs2WinMenu("Biobase")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.