check.for.library {valection} | R Documentation |
Check for library
Description
Check if library is available
Usage
check.for.library(lib.name = 'valection');
Arguments
lib.name |
A string of the library name. Defaults to 'valection'. |
Details
Used internally to check if executable is available in PATH.
Value
A logical indicating presence of library
Author(s)
Dorota Sendorek
[Package valection version 1.0.0 Index]