Revisión | ba4f2c8c47fca4ac9bffe892987aa17248022c8e (tree) |
---|---|
Tiempo | 2023-01-16 07:23:23 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I corrected an error about SMEs and large enterprises.
@@ -161,7 +161,7 @@ | ||
161 | 161 | mutate(aid_award_ga_original=df_ini$udzielajacy_nazwa) |> |
162 | 162 | mutate(aid_award_instrument=recode_many(aid_award_instrument, aid_instr, |
163 | 163 | 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"), | |
165 | 165 | "Small and medium-sized enterprises", |
166 | 166 | "Only large enterprises")) |
167 | 167 |