initMlxR: Initialize mlxR library

Description Usage Arguments Value Examples

View source: R/apiManager.R

Description

Initialize mlxR library

Usage

1
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:

Examples

1
2
3
4
## Not run: 
initMlxR(path = "/path/to/lixoftRuntime/")

## End(Not run)

Example output

Loading required package: ggplot2

mlxR documentation built on Jan. 19, 2021, 5:06 p.m.