vExplorer {gtkWidgets} | R Documentation |
This function provides a widget for viewing, editing, and executing code chunks of a given vignette.
vExplorer(title = "BioC Vignette Explorer")
title |
character string for the name to be displayed as the title of the widget to interact with code chunks. |
Code chunks have to be executed in sequence as they appear in code chunk list.
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
if(interactive()){ # The exmaple can only be executed interactively require("DynDoc", character.only = TRUE) require("tools", character.only = TRUE) require("Biobase", character.only = TRUE) vExplorer() path <- .path.package("Biobase") }