vExplorer             package:gtkWidgets             R Documentation

_A _w_i_d_g_e_t _t_h_a_t _p_r_o_v_i_d_e_s _t_h_e _f_u_n_c_t_i_o_n_a_l_i_t_i_e_s _t_o _a_l_l_o_w _u_s_e_r_s _t_o
_i_n_t_e_r_a_c_t _w_i_t_h _v_i_g_n_e_t_t_e _c_o_d_e _c_h_u_n_k_s

_D_e_s_c_r_i_p_t_i_o_n:

     This function provides a widget for viewing, editing, and
     executing code chunks of a given vignette.

_U_s_a_g_e:

     vExplorer(title = "BioC Vignette Explorer")

_A_r_g_u_m_e_n_t_s:

   title: character string for the name to be displayed as the title of
          the widget to interact with code chunks.

_D_e_t_a_i_l_s:

     Code chunks have to be executed in sequence as they appear in code
     chunk list.

_V_a_l_u_e:

     This function does not return any useful value.

_N_o_t_e:

     This function is part of the Bioconductor project at Dana-Faber
     Cancer Institute to provide Bioinformatics functionalities through
     R.

_A_u_t_h_o_r(_s):

     Jianhua Zhang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.bioconductor.org>

_E_x_a_m_p_l_e_s:

     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")
     }

