• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javaandroidc++linuxc#windowsobjective-ccocoaqtpython誰得phprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión69e500c5d344dfc07968ff1ff9cc2cc2a3291178 (tree)
Tiempo2023-01-12 20:29:48
AutorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

Small adjustements to the code.

Cambiar Resumen

Diferencia incremental

diff -r 11659664bddc -r 69e500c5d344 R-codes/process_tam_RO.R
--- a/R-codes/process_tam_RO.R Thu Jan 12 11:35:58 2023 +0100
+++ b/R-codes/process_tam_RO.R Thu Jan 12 12:29:48 2023 +0100
@@ -98,11 +98,13 @@
9898 ben_type <- tibble(old=c("microîntreprindere",
9999 "întreprindere mică",
100100 "întreprindere mijlocie",
101- "întreprindere mare"),
101+ "întreprindere mare",
102+ "altă categorie de întreprindere"),
102103 new=c("Small and medium-sized enterprises",
103104 "Small and medium-sized enterprises",
104105 "Small and medium-sized enterprises",
105- "Only large enterprises"
106+ "Only large enterprises",
107+ ""
106108 ))
107109
108110 df_temp <- df_ro_name |>
@@ -111,7 +113,8 @@
111113 ## mutate(granted_value_extended_eur= amount_of_aid_awarded_per_sub_category_in_romanian_lei/obs_value) |>
112114
113115 mutate(granted_aid_absolute_eur= amount_of_aid_awarded_per_sub_category_in_romanian_lei/obs_value) |>
114- mutate(nominal_aid_absolute_eur=granted_aid_absolute_eur) |>
116+ mutate(nominal_aid_absolute_eur=NA_real_ ## granted_aid_absolute_eur
117+ ) |>
115118
116119
117120 select(-c(amount_of_aid_awarded_per_sub_category_in_romanian_lei,obs_value)) |>