initMlxR: Initialize mlxR library

View source: R/apiManager.R

initMlxRR Documentation

Initialize mlxR library

Description

Initialize mlxR library

Usage

initMlxR(path = NULL, ...)

Arguments

path

(character) [optional] Path to installation directory of the Lixoft suite. If mlxR library is not already loaded and no path is given, the directory written in the lixoft.ini file is used for initialization.

...

[optional] Extra arguments passed to lixoftConnectors package when mlxR is used with a version of Lixoft(/@) software suite higher or equal to 2019R1.

  • force (bool) [optional] Should mlxR initialization overpass lixoftConnectors software switch security or not. Equals FALSE by default.

Value

A list:

  • software: the software that is used (should be monolix with Rsmlx)

  • path: the path to MonolixSuite

  • version: the version of MonolixSuite that is used

  • status: boolean equaling TRUE if the initialization has been successful.

Examples

## Not run: 
initMlxR(path = "/path/to/lixoftRuntime/")

## End(Not run)

MarcLavielle/mlxR documentation built on May 28, 2023, 4:25 p.m.