guiDlgView             package:svDialogs             R Documentation

_A _v_i_e_w _w_i_n_d_o_w

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

     Display a view window. A view is an HTML presentation of an R
     object).

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

     guiDlgView(file, CSSfile, title = "View", report = TRUE, parent = -1, GUI = getOption("guiWidgets"))

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

    file: The path of the file that contains the view 

 CSSfile: The CSS file (Cascaded Style Sheet) to use 

   title: The title of the view window 

  report: Do we allow to report this view? 

  parent: Which window is the paren t of this view window 

     GUI: Which GUI toolkit to use for this view window 

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

     Nothing

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

     Philippe Grosjean (phgrosjean@sciviews.org)

_S_e_e _A_l_s_o:

     'guiDlgText'

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

         #### TO DO...

