• 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ón07fcfecfb48c3a2e4d91dc915c7041d28a51ddbf (tree)
Tiempo2023-05-25 16:58:20
AutorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

I fixed a bug.

Cambiar Resumen

Diferencia incremental

diff -r 63a2ffa3dbf3 -r 07fcfecfb48c R-codes/process_survey.R
--- a/R-codes/process_survey.R Thu May 25 09:47:12 2023 +0200
+++ b/R-codes/process_survey.R Thu May 25 09:58:20 2023 +0200
@@ -165,7 +165,8 @@
165165 select(member_state, reference_period,state_aid_number,
166166 was_the_aid_granted_to_cover_higher_energy_cost_yes_no_only_applicable_for_schemes_under_the_tcf) |>
167167 rename("high_energy_costs" = "was_the_aid_granted_to_cover_higher_energy_cost_yes_no_only_applicable_for_schemes_under_the_tcf"
168- )
168+ ) |>
169+ distinct()
169170
170171
171172 df_sec_sel <- df_sec_red2 |>