	
	_C_o_m_b_i_n_e _V_a_l_u_e_s _i_n_t_o _a _V_e_c_t_o_r _o_r _L_i_s_t
	
	     c(..., recursive=FALSE)
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     c combines its arguments to form a vector.  All argu-
	     ments are coerced to a common type.  This is the type
	     of the returned value.  If recursive=TRUE, the function
	     recursively descend through lists combining all their
	     elements into a vector.
	
	_E_x_a_m_p_l_e_s:
	
	     c(1,100)
	
