Skip to content

Commit 094fe56

Browse files
authored
Update eventos-md.R
1 parent 73e6b7d commit 094fe56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

R/eventos-md.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ participacion_anio <- tb %>%
5151
cantidad = n_distinct(evento),
5252
.groups = "drop"
5353
) %>%
54-
mutate(anio = as.character(anio)) %>%
5554
left_join(eventos_anio, by = "anio") %>%
5655
mutate(porcentaje = round(cantidad / total_eventos * 100, 2)) %>%
5756
mutate(across(everything(), ~ ifelse(is.na(.x), "Dato incompleto", as.character(.x))))

0 commit comments

Comments
 (0)