dynfind               package:rdyncall               R Documentation

_F_i_n_d _s_y_s_t_e_m _l_i_b_r_a_r_i_e_s _i_n _c_o_m_m_o_n _p_l_a_c_e_s.

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

     Searches in common places in the file-system to locate a library
     by a common name.

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

     dynfind(name)
     pathsFromEnv(envname)

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

    name: A character string specifying a fragment of the library name
          such as 'c', 'GL' or 'zlib'.

 envname: A character string specifying the name of a system
          environment variable such as 'LD_LIBRARY_PATH' or 'PATH'.

