| dynfind {rdyncall} | R Documentation |
Searches in common places in the file-system to locate a library by a common name.
dynfind(name) pathsFromEnv(envname)
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'. |