{esqlabsR} has a function readParametersFromXLS() that reads parameter sets from an Excel file as supported by MoBi and returns a list containing vectors 'paths' with the full paths to the parameters, 'values' the values of the parameters, and 'units' with the units the values are in. This is the default "Parameter structure" used across the package.
There is currently no function that would do the opposite - write such a "parameter structure" into excel. The function exportParametersToXLS write Parameter objects, but not the list structure.
Proposed name for the new function writeParameterStructureToXLS? And then rename readParametersFromXLS to readParameterStructureFromXLS and deprecate readParametersFromXLS for a while?
@Felixmil @dlefaudeux @Laura-Villain what do you think? Need your input on usability.
{esqlabsR}
has a functionreadParametersFromXLS()
that reads parameter sets from an Excel file as supported by MoBi and returns a list containing vectors 'paths' with the full paths to the parameters, 'values' the values of the parameters, and 'units' with the units the values are in. This is the default "Parameter structure" used across the package.There is currently no function that would do the opposite - write such a "parameter structure" into excel. The function
exportParametersToXLS
writeParameter
objects, but not the list structure.Proposed name for the new function
writeParameterStructureToXLS
? And then renamereadParametersFromXLS
toreadParameterStructureFromXLS
and deprecatereadParametersFromXLS
for a while?@Felixmil @dlefaudeux @Laura-Villain what do you think? Need your input on usability.