Skip to content

Commit

Permalink
fix: diagnosticos for diagnósticos
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliversinn committed Jan 4, 2024
1 parent 99279e3 commit dcd067e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dashboard/diagnosis.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ primary_diagnosis_treemap <- function(data) {

primary_diagnosis_tree_df <- data %>%
mutate(
parent = "Tejido u órgano de origen y sus diagnosticos"
parent = "Tejido u órgano de origen y sus diagnósticos"
) %>%
group_by(parent, tissue_or_organ_of_origin) %>%
tally(name = "cases") %>%
Expand Down

0 comments on commit dcd067e

Please sign in to comment.