geese                 package:gaggle                 R Documentation

_W_h_a_t _G_e_e_s_e (_P_r_o_g_r_a_m_s) _a_r_e _C_u_r_r_e_n_t_l_y _R_u_n_n_i_n_g _i_n _t_h_e _G_a_g_g_l_e?

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

     Data can be broadcast to, or recevied from, any program currently
     running in the Gaggle.   You can broadcast to 'boss' or to 'all',
     and let the current Boss settings determine which geese get the
     data.  Or you can use 'setTargetGoose' to specify one particular
     goose - this is the most common approach.  The current function
     supports that approach:  it returns the names of all currently
     running geese.

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

     nm <- geese ()

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

     Returns the names of all currently running geese as a list of
     character strings.

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

     'setTargetGoose'. 'getTargetGoose'. 'broadcast'.

