pmidQuery              package:annotate              R Documentation

_A _f_u_n_c_t_i_o_n _t_o _q_u_e_r_y _P_u_b_M_e_d

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

     Given a PMID, will create a URL which can be used to open a
     browser and retrieve the specified information from PubMed.

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

     pmidQuery(query)

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

   query: The PubMed ID (or IDs)

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

     Using ublished details from NCBI we construct an appropriate
     string for directing a web browser to the information available at
     the NCBI.

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

     A character string containing the appropriate URL

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

     Jeff Gentry

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

     NCBI, <URL: http://www.ncbi.nih.gov/>

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

     'UniGeneQuery'

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

       a <- "9695952"
       pmidQuery(a)

