resolveKey           package:SWinRegistry           R Documentation

_V_e_r_i_f_y _k_e_y _e_x_i_s_t_s _i_n _r_e_g_i_s_t_r_y

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

     This function and its methods provide a way to organize a key
     specification into a 'RegistryKeyPath' and verify that it exists
     within the registry, identifying a valid key entry.

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

     resolveKey(path = "", top = .BuiltinKeys[1])

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

    path: the identifier for a registry key.

     top: the top-level key in which the path specification  is found.

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

     Duncan Temple Lang <duncan@wald.ucdavis.edu>

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

     <URL: http://www.omegahat.org/SWinRegistry>

