list.libs {pkgmaker} | R Documentation |
Lists binary library files in a directory
libname
extracts library names from a path,
removing the directory part of the path, as well as the
platform specific library extension.
list.libs(dir, ..., all.platforms = FALSE) libname(x)
dir |
directory |
all.platforms |
a logical that indicates whether to list library files for the current platform only (default) or all platforms (Unix, Windows, Mac). |
... |
extra arguments passed to
|
x |
a filename |
a character vector
libname('mylib.so') libname('/some/path/somewhere/mylib.dll')