esqLABS / shinyScenarioEditor

0 stars 0 forks source link

Define the data structure #7

Closed Felixmil closed 8 months ago

Felixmil commented 11 months ago

The r$data data structure contains:

Example:

r$data
  $Scenarios
    $file_path
    $sheets
    $Scenarios
    $Scenarios_modified
    $OutputPaths
    $OutputPaths_modified
  $Individuals
    $file_path
    $sheets
    ...
Felixmil commented 11 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
PavelBal commented 8 months ago

@Felixmil @AKostiv8 Is this issue still relevant?

AKostiv8 commented 8 months ago

@PavelBal, I believe we can close this issue now that the structure has been implemented