Learn R Programming

rbi (version 1.0.0)

locate_libbi: Find the libbi executable

Description

This tries to find the libbi executable; if this does not find libbi but it is installed, the location can be either passed to this function, or set globally via `options(path_to_libbi="/insert/full/path/here").

Usage

locate_libbi(path_to_libbi)

Value

full path to the libbi executable as character string; if it is not found, an error is thrown

Arguments

path_to_libbi

path to libbi, as either the path where the libbi executable resides, or the full path to the executable

Author

Sebastian Funk