R/RunCharacterization.R
saveCharacterizationSettings.Rd
This function converts the settings into a json object and saves it
saveCharacterizationSettings(settings, fileName)
An object of class characterizationSettings created using createCharacterizationSettings
The location to save the json settings
Returns the location of the directory containing the json settings
Input the characterization settings and output a json file to a file named 'characterizationSettings.json' inside the saveDirectory
Other LargeScale:
createCharacterizationSettings()
,
loadCharacterizationSettings()
,
runCharacterizationAnalyses()