MonolixSuite in R
Breadcrumbs

initializeLixoftConnectors

[Monolix - PKanalix - Simulx] Initialize lixoftConnectors API

Initialize lixoftConnectors API for a given software.

Usage

R
initializeLixoftConnectors(software = "monolix", path = "", force = FALSE)

Arguments

software (character) [optional] Name of the software to be loaded. By default, "monolix" software is used. path (character) [optional] Path to installation directory of the Lixoft suite. If lixoftConnectors library is not already loaded and no path is given, the directory written in the lixoft.ini file is used for initialization. force (logical) [optional] Should software switch security be overpassed or not. Equals FALSE by default.

Value

A logical equaling TRUE if the initialization has been successful and FALSE if not.

Examples

R
if (FALSE) {
initializeLixoftConnectors(software = "monolix", path = "/path/to/lixoftRuntime/")
}