Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

libutils

Library Files Utilities


Description

Lists binary library files in a directory

Usage

list.libs(dir, ..., all.platforms = FALSE)

libname(x)

Arguments

dir

directory

...

extra arguments passed to list.files.

all.platforms

a logical that indicates whether to list library files for the current platform only (default) or all platforms (Unix, Windows, Mac).

x

a filename

Value

a character vector

Functions

  • libname: extracts library names from a path, removing the directory part of the path, as well as the platform specific library extension.

Examples

libname('mylib.so')
libname('/some/path/somewhere/mylib.dll')

pkgmaker

Development Utilities for R Packages

v0.32.2
GPL (>= 2)
Authors
Renaud Gaujoux [aut, cre]
Initial release
2020-10-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.