powered by
Lists binary library files in a directory
list.libs(dir, ..., all.platforms = FALSE)libname(x)
libname(x)
directory
extra arguments passed to list.files.
list.files
a logical that indicates whether to list library files for the current platform only (default) or all platforms (Unix, Windows, Mac).
a filename
list.libs: a character vector
list.libs
libname: extracts library names from a path, removing the directory part of the path, as well as the platform specific library extension.
libname
# NOT RUN { libname('mylib.so') libname('/some/path/somewhere/mylib.dll') # }
Run the code above in your browser using DataLab