Last chance! 50% off unlimited learning
Sale ends in
vignette
this function provides a
simple easy to use interface for opening vignettes.
openVignette(package=NULL)
package
is NULL then all packages are scanned for
vignettes. The list of vignettes is presented to the user via the
menu
command. The user may select one of the vignettes to be
opened in a PDF viewer.
vignette
, openPDF
,
menu
, getPkgVigs
if( interactive() )
openVignette("Biobase")
Run the code above in your browser using DataLab