genericcommonhtml          package:pinktoe          R Documentation

_A_n _e_x_a_m_p_l_e _o_f _s_o_m_e _c_o_m_m_o_n _h_t_m_l _t_o _g_o _a_t _t_h_e _e_n_d _o_f _H_T_M_L _p_a_g_e_s _f_o_r _P_i_n_k_t_o_e

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

     Title says it all. This function could be supplied to 'pinktoe' as
     the 'commonhtml' argument.

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

     genericcommonhtml(file, append)

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

    file: The name of the HTML file to append the HTML to

  append: Should be TRUE 

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

     Title says it all, see example below.

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

     No value returned.

_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:

     #
     # The "" makes the output go to standard output (ie on the console)
     #
     genericcommonhtml(file="", append=TRUE)
     #<a href="http://www.stats.bris.ac.uk/~magpn">Return to <EM>Guy Nason's</EM> home page</a>
     #
     # Of course this is an example function which you can modify to say whatever you like!

