• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión7473d40bfe9e1fa3f97880ffd33d92315715c9ba (tree)
Tiempo2024-09-27 19:07:56
AutorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

I now remove the output csv files which I do not need in general.

Cambiar Resumen

Diferencia incremental

diff -r b4ba0a4aeb64 -r 7473d40bfe9e R-codes/process_spanish_new_data_sequentially.R
--- a/R-codes/process_spanish_new_data_sequentially.R Fri Sep 27 11:49:19 2024 +0200
+++ b/R-codes/process_spanish_new_data_sequentially.R Fri Sep 27 12:07:56 2024 +0200
@@ -181,6 +181,11 @@
181181 )
182182
183183
184+## clean the flat files which are now unneeded
185+
186+remove_files_with_pattern("../output/data_park_flat_files/*csv")
187+
188+
184189 print("So far so good")
185190
186191