Closed Felixmil closed 8 months ago
Maybe the dataframes should be stored one level below the sheet name:
r$data
$Scenarios
$file_path
$sheets
$Scenarios
$original
$modified
$OutputPaths
$original
$modified
@Felixmil @AKostiv8 Is this issue still relevant?
@PavelBal, I believe we can close this issue now that the structure has been implemented
The
r$data
data structure contains:scenarios
forScenarios.xlsx
)file_path
path to the filesheets
: vector of sheet names[Sheet]
: a daframe containing the data loaded from a sheet of the excel file[Sheet]_modified
: a dataframe intialised as[Sheet]
but where modified dataframe will be stored when changed.Example: