PThie / RWI-GEO-REDX

Codebase for RWI-GEO-REDX dataset
https://www.rwi-essen.de/en/research-advice/further/research-data-center-ruhr-fdz/data-sets/rwi-geo-red/x-real-estate-data-and-price-indices
0 stars 0 forks source link

Resolve that Excel outputs are not updated automatically #24

Open PThie opened 3 months ago

PThie commented 3 months ago

Currently Excel outputs are not updated automatically unless there are direkt changes in the code files changing the export. Even if you delete the Excel files they are not automatically generated new.

This is because the export objects are still up to date in the pipeline. R does not recognize a change you made by deleting the files.

Maybe #20 resolves the issues if it checks before running the export if the Excel file exists (and creates it if needed). If not find a different way.

Maybe this is not necessary when a new output data format is implemented (see #18)