partycommonhtml           package:pinktoe           R Documentation

_F_u_n_c_t_i_o_n _t_o _p_r_o_d_u_c_e _H_T_M_L _a_t _t_h_e _e_n_d _o_f _a_l_l _E_D_M _H_T_M_L _p_a_g_e_s

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

     Often at the end of an HTML file code which is common across a set
     of pages is put. For example, a link back to some contents page.
     This function produces such code for the EDM example.

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

     partycommonhtml(file, append)

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

    file: The HTML file to append the code to  

  append: Should always be TRUE 

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

     Generates HTML code which is going to be common to all pages
     generated by a given 'pinktoe' run.

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

     No value

_N_o_t_e:

     Not intended for general user use

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

     Guy P Nason

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

     <URL:
     http://www.stats.bris.ac.uk/~magpn/Research/Pinktoe/Welcome.html>

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

     'pinktoe'

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

     #
     # A simple example where filename="" to show result on the screen
     #
     partycommonhtml("", TRUE)
     # <a href="http://www.stats.bris.ac.uk/~magpn/Research/Politics/whovote.htm">Return to <EM>Who to Vote For</EM> page</a>

