Revisión | f1197b4cec503039a6e9d39c943388f8972ea5b6 (tree) |
---|---|
Tiempo | 2023-01-19 19:00:17 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
Improvements and splitting of a column.
@@ -89,7 +89,9 @@ | ||
89 | 89 | aid_instr,aid_instr_new ), |
90 | 90 | beneficiary_type=recode_many(beneficiary_type, |
91 | 91 | 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, " ")) | |
93 | 95 | |
94 | 96 | |
95 | 97 |