Description Usage Arguments Details Value Author(s) See Also Examples
Using the data returned by vignette
this function provides a
simple easy to use interface for opening vignettes.
1 | openVignette(package=NULL)
|
package |
character string indicating the package to be used. |
If 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.
No value is returned; this function is run entirely for the side effect of opening the pdf document in the PDF viewer.
R. Gentleman
vignette
, openPDF
,
menu
, getPkgVigs
1 2 | if( interactive() )
openVignette("Biobase")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.