naprint                package:stats                R Documentation

_A_d_j_u_s_t _f_o_r _M_i_s_s_i_n_g _V_a_l_u_e_s

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

     Use missing value information to report the effects of an
     'na.action'.

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

     naprint(x, ...)

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

       x: An object produced by an 'na.action' function. 

     ...: further arguments passed to or from other methods.

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

     This is a generic function, and the exact information differs by
     method. 'naprint.omit' reports the number of rows omitted:
     'naprint.default' reports an empty string.

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

     A character string providing information on missing values, for
     example the number.

