• 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ónf1197b4cec503039a6e9d39c943388f8972ea5b6 (tree)
Tiempo2023-01-19 19:00:17
AutorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

Improvements and splitting of a column.

Cambiar Resumen

Diferencia incremental

diff -r 9451dab8a6c0 -r f1197b4cec50 R-codes/clean_spanish_tam.R
--- a/R-codes/clean_spanish_tam.R Thu Jan 19 10:34:03 2023 +0100
+++ b/R-codes/clean_spanish_tam.R Thu Jan 19 11:00:17 2023 +0100
@@ -89,7 +89,9 @@
8989 aid_instr,aid_instr_new ),
9090 beneficiary_type=recode_many(beneficiary_type,
9191 ben_type,
92- ben_type_new))
92+ ben_type_new)) |>
93+ mutate(national_identification=str_extract_before(beneficiary_name, " ")) |>
94+ mutate(beneficiary_name=str_extract_after(beneficiary_name, " "))
9395
9496
9597