Skip to contents

An instance of ExportConfiguration R6 class from {tlf} package is needed for saving the plots and plot grids created using the {ospsuite} package.

The default attributes of the class are chosen to reflect the corporate standards adopted by esqLABS GmbH.

Usage

createEsqlabsExportConfiguration(projectConfiguration)

Arguments

projectConfiguration

Object of class ProjectConfiguration that contains information about the output paths.

Value

An instance of ExportConfiguration R6 class.

See also

Other create-plotting-configurations: createEsqlabsPlotConfiguration(), createEsqlabsPlotGridConfiguration()

Examples

myProjConfig <- ProjectConfiguration$new()
createEsqlabsExportConfiguration(myProjConfig)
#> Format: PNG
#> Width: 18 cm
#> Height: 9 cm
#> Resolution: 300 dots per inch