dynfind {rdyncall}R Documentation

Find system libraries in common places.

Description

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

Usage

dynfind(name)
pathsFromEnv(envname)

Arguments

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'.

[Package rdyncall version 0.1 Index]