• 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ónba4f2c8c47fca4ac9bffe892987aa17248022c8e (tree)
Tiempo2023-01-16 07:23:23
AutorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

I corrected an error about SMEs and large enterprises.

Cambiar Resumen

Diferencia incremental

diff -r 96e4a3d68e54 -r ba4f2c8c47fc R-codes/read_polish_tam_new.R
--- a/R-codes/read_polish_tam_new.R Sun Jan 15 17:57:37 2023 +0100
+++ b/R-codes/read_polish_tam_new.R Sun Jan 15 23:23:23 2023 +0100
@@ -161,7 +161,7 @@
161161 mutate(aid_award_ga_original=df_ini$udzielajacy_nazwa) |>
162162 mutate(aid_award_instrument=recode_many(aid_award_instrument, aid_instr,
163163 aid_instr_new)) |>
164- mutate(beneficiary_type=if_else(beneficiary_type %in% c("0","1","2", "3"),
164+ mutate(beneficiary_type=if_else(beneficiary_type %in% c("0","1","2"),
165165 "Small and medium-sized enterprises",
166166 "Only large enterprises"))
167167