progress                package:maDB                R Documentation

_P_r_o_g_r_e_s_s _b_a_r

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

     'progress' displays a simple progress bar.

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

     progress(percent=0,steps=20,type="default",label=TRUE)

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

 percent: The progress of an action in percent.

   steps: The number of steps of the progress bar. Setting the steps to
          20 means that each 5 percent to progress bar increases.

    type: The type of the progress bar. Allowed types are "default" and
          "arrow".

   label: if the actual percentage should be written as a number too.

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

     This function can be used to display the progress of functions
     that may take long time.

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

     Johannes Rainer

_R_e_f_e_r_e_n_c_e_s:

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

     'arrowProgress'

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

     progress(percent=70,steps=40)

