openPDF               package:Biobase               R Documentation

_O_p_e_n _P_D_F _F_i_l_e_s _i_n _a _S_t_a_n_d_a_r_d _V_i_e_w_e_r

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

     Displays the specified PDF file.

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

     openPDF(file, bg=TRUE)

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

    file: A character string, indicating the file to view

      bg: Should the pdf viewer be opened in the background.

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

     Currently this function works on Windows and Unix platforms. 
     Under Windows, whatever program is associated with the file
     extension will be used.  Under Unix, the function will use the
     program named in the option "pdfviewer" (see 'help(options)' for
     information on how this is set.)

     The 'bg' argument is only interpreted on Unix.

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

     This function is executed for its side effects.  The specified PDF
     file is opened in the PDF viewer and 'TRUE' is returned.

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

     Jeff Gentry

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

     ## Not run: openPDF("annotate.pdf")

