Skip to main content
Skip table of contents

initializeLixoftConnectors

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/")
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.