setRegistryValue-methods    package:SWinRegistry    R Documentation

_S_e_t _R_e_g_i_s_t_r_y _V_a_l_u_e

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

     These methods allows the caller to set the value of a key in the
     registry. The methods differ in how the key is identified.

_M_e_t_h_o_d_s:



     _p_a_t_h = "_c_h_a_r_a_c_t_e_r", _k_e_y = "_c_h_a_r_a_c_t_e_r" specify the key as a folder
          and key/name within the folder where the folder is given as a
          single string  or an ordered vector of nested folder names.


     _p_a_t_h = "_c_h_a_r_a_c_t_e_r", _k_e_y = "_m_i_s_s_i_n_g" This is similar to the method
          above, but the key/name is given as the final element of the
          'path' argument.

     _p_a_t_h = "_R_e_g_i_s_t_r_y_K_e_y_P_a_t_h", _k_e_y = "_c_h_a_r_a_c_t_e_r" This is the version
          that uses a structured object of class 'RegistryKeyPath' to
          specify the path of the folder in which the key is to be set.
          The name of the new value is given by 'key'.


     _p_a_t_h = "_R_e_g_i_s_t_r_y_V_a_l_u_e_P_a_t_h" And this version of the method  allows
          the caller to specify the entire key identifier in a single
          'RegistryValuePath' object, including the path to the folder
          containing the key and the name of the key itself.


