Skip to contents

This function allows exporting the currently set dynamic vars in json format so it can be quickly imported later. Dynamic variables need to be properly set via the setter functions before calling the function. For more details, refer to the dedicated vignette vignette("workflow_start", package="ISAnalytics").

Usage

export_ISA_settings(folder, setting_profile_name)

Arguments

folder

The path to the folder where the file should be saved. If the folder doesn't exist, it gets created automatically

setting_profile_name

A name for the settings profile

Value

NULL

Examples

tmp_folder <- tempdir()
export_ISA_settings(tmp_folder, "DEFAULT")
#> Settings profile correctly saved
#>  Saved at: /tmp/RtmpeXTxGZ/DEFAULT_ISAsettings.json