• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版aaf0cf2df644442651b5c60c9829f9ca67b590dc (tree)
时间2023-04-24 18:09:10
作者Lorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

I now save another excel table.

更改概述

差异

diff -r fce4dfa687f4 -r aaf0cf2df644 R-codes/process_survey.R
--- a/R-codes/process_survey.R Fri Apr 21 23:18:22 2023 +0200
+++ b/R-codes/process_survey.R Mon Apr 24 11:09:10 2023 +0200
@@ -126,5 +126,7 @@
126126 arrange(member_state, aggregate_basis)
127127
128128
129+save_excel(df_sec_comb, "comparison_expenditure_sector.xlsx", "main_data")
130+
129131
130132 print("So far so good")