exportChartDataSet
[Monolix] Export chart dataset
Export the data of a chart into Lixoft suite compatible data set format.
It can be generated only if the concerned chart has been built.
The file is written in the results folder of the current project.
Usage
exportChartDataSet(type, filePath = "")
Arguments
- type
(character) Chart type whose data must be exported. Available types are: "vpc", "indfits".
- filePath
[optional](character) Custom path for the exported file. By default, it is written in the DataFile folder of the current project.
See also
Examples
if (FALSE) {
exportChartDataSet(type = "vpc")
exportChartDataSet(type = "indfits", filePath = "/path/to/exported/file.txt")
}