Skip to main content
Skip table of contents

exportChartDataSet

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

R
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.

Examples

R
if (FALSE) {
 exportChartDataSet(type = "vpc")
 exportChartDataSet(type = "indfits", filePath = "/path/to/exported/file.txt")
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.