MonolixSuite in R
Breadcrumbs

getProjectSettings

[Monolix - PKanalix - Simulx] Get project settings

Get a summary of the project settings. Associated settings for Monolix projects are:

"directory"

(character)

Path to the folder where simulation results will be saved. It should be a writable directory.

"exportResults"

(logical)

Should results be exported.

"seed"

(0 < integer < 2147483647)

Seed used by random generators.

"grid"

(integer)

Number of points for the continuous simulation grid.

"nbSimulations"

(integer)

Number of simulations.

"dataandmodelnexttoproject"

(logical)

Should data and model files be saved next to project.

"project"

(character)

Path to the Monolix project.

Associated settings for PKanalix projects are:

"directory"

(character)

Path to the folder where simulation results will be saved. It should be a writable directory.

"seed"

(0 < integer < 2147483647)

Seed used by random generators.

"datanexttoproject"

(logical)

Should data and model (in case of CA) files be saved next to project.

Associated settings for Simulx projects are:

"directory"

(character)

Path to the folder where simulation results will be saved. It should be a writable directory.

"seed"

(0 < integer < 2147483647)

Seed used by random generators.

"userfilesnexttoproject"

(logical)

Should user files be saved next to project.

Usage

R
getProjectSettings(...)

Arguments

... [optional] (character) Name of the settings whose value should be displayed. If no argument is provided, all the settings are returned.

Value

A list with each setting name mapped to its current value.

See also

setProjectSettings

Examples

R
if (FALSE) {
getProjectSettings() # retrieve a list of all the project settings
}