There was an error while loading. Please reload this page.
1 parent 73e6b7d commit 094fe56Copy full SHA for 094fe56
1 file changed
R/eventos-md.R
@@ -51,7 +51,6 @@ participacion_anio <- tb %>%
51
cantidad = n_distinct(evento),
52
.groups = "drop"
53
) %>%
54
- mutate(anio = as.character(anio)) %>%
55
left_join(eventos_anio, by = "anio") %>%
56
mutate(porcentaje = round(cantidad / total_eventos * 100, 2)) %>%
57
mutate(across(everything(), ~ ifelse(is.na(.x), "Dato incompleto", as.character(.x))))
0 commit comments