Description Usage Arguments Details Value Note Author(s) References Examples
This function provides a widget for viewing, editing, and executing code chunks of vignettes.
1 2 3 |
title |
character string for the name to be displayed as the title of the widget to interact with code chunks. |
pkgName |
vector (of length 1 for |
packName |
same as pkgName |
vigPath |
character string for the full qualified name of a vignette to be explored. |
font |
a character string for the name and size of the font to be used for text rendered on the widgets (e. g. "arial 11") |
By default, packNames = ""
, all the installed packages will be
examined and those that have vignettes will be listed to allow users
to choose from.
This function does not return any useful value.
This function is part of the Bioconductor project at Dana-Faber Cancer Institute to provide Bioinformatics functionalities through R.
Jianhua Zhang
1 2 3 4 5 6 7 8 9 | if(interactive()){
require("DynDoc", character.only = TRUE)
require("tools", character.only = TRUE)
require("widgetTools", character.only = TRUE)
vExplorer()
path <- path.package("widgetTools")
vigList <- pkgVignettes("widgetTools")
viewVignette("BioC VignetteBrowser", "widgetTools", vigList$docs)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.