alarm                 package:utils                 R Documentation

_A_l_e_r_t _t_h_e _u_s_e_r

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

     Gives an audible or visual signal to the user.

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

     alarm()

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

     'alarm()' works by sending a '"\a"' character to the console. On
     most platforms this will ring a bell, beep, or give some other
     signal to the user (unless standard output has been redirected).

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

     No useful value is returned.

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

     alarm()

