HTLMReplaceNA             package:R2HTML             R Documentation

_I_n_t_e_r_n_a_l _R_2_H_T_M_L _f_u_n_c_t_i_o_n_s

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

     Internal R2HTML functions

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

     HTMLReplaceNA(Vec, Replace = " ")
     HTMLCommand(x, file = .HTML.file, Num = "", menu = FALSE, target= "index<-main.html", append = TRUE, ...)
     HTMLcode(x,...)

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

     Vec: string 

 Replace: string to use for missing values 

       x: a string corresponding to a R command

    file: the target HTML file 

     Num: number of the command

    menu: 

  target: 

  append: logical. If 'TRUE' output will be appended to 'file';
          otherwise, it will overwrite the contents of 'file'

     ...: ...

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

     These are not to be called by the user.

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

