htmlFilename            package:biocViews            R Documentation

_R_e_t_u_r_n _a _f_i_l_e_n_a_m_e _f_o_r _a_n _o_b_j_e_c_t'_s _H_T_M_L _r_e_p_r_e_s_e_n_t_a_t_i_o_n

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

     This function returns a string containing an appropriate filename
     for storing the object's HTML representation.

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

     htmlFilename(object, ...)

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

  object: An object.

     ...: Not currently used

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

     A character vector of length one containing the filename.

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

     Seth Falcon

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

     'htmlValue', 'htmlDoc'

