setPreferences
[Monolix - PKanalix - Simulx] Set preferences
Set the value of one or several of the project preferences. Prefenreces are:
| "relativepath" | (logical) | Use relative path for save/load operations. |
| "threads" | (integer > 0) | Number of threads. |
| "temporarydirectory" | (character) | Path to the directory used to save temporary files. |
| "usebinarydataset" | (logical) | Save dataset as binary file to speed project reload up. |
| "timestamping" | (logical) | Create an archive containing result files after each run. |
| "delimiter" | (character) | Character use as delimiter in exported result files. |
| "reportingrenamings" | (list("label" = "alias")) | For each label, an alias to be use at report generation (using generateReport). |
| "exportchartsdata" | (logical) | Should charts data be exported. |
| "savebinarychartsdata" | (logical) | [Monolix] Save charts simulations as binray file to speed charts creation up. |
| "exportchartsdatasets" | (logical) | [Monolix] Should charts datasets be exported if possible. |
| "exportvpcsimulations" | (logical) | [Monolix] Should vpc simulations be exported if possible. |
| "exportsimulationfiles" | (logical) | [Simulx] Should simulation results files be exported. |
| "headeraliases" | (list("header" = vector)) | For each header, the list of the recognized aliases. |
| "ncaparameters" | (vector) | [PKanalix] Defaulty computed NCA parameters. |
| "units" | (list("type" = character) | [PKanalix] Time, amount and/or volume units. |
Usage
setPreferences(...)
Arguments
- ...
A collection of comma-separated pairs {preferenceName = settingValue}.
See also
Examples
if (FALSE) {
setPreferences(exportCharts = FALSE, delimiter = ",")
}