	
	_R_e_l_o_a_d _S_a_v_e_d _D_a_t_a_s_e_t_s
	
	     load(filename)
	
	_A_r_g_u_m_e_n_t_s:
	
	    filename : a character string giving the name of the
	               file to load.
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     This function will reload the datasets written to a
	     file with the function save.
	
	_S_e_e _A_l_s_o:
	
	     save.
	
	_E_x_a_m_p_l_e_s:
	
	     # save all data
	     save(list=ls(), file="ALL")
	
	     # restore the saved values
	     load("ALL")
	
