Skip to content

Commit

Permalink
fix: dependencies issue with select
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliversinn committed Jan 4, 2024
1 parent dcd067e commit 9e82d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dashboard/files.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ category_type_format_treemap <- function(data) {
data_format = paste(Casos.y, data_format)
) %>%
ungroup() %>%
select(
dplyr::select(
label, data_format, Casos.y
) %>%
rename(
Expand Down

0 comments on commit 9e82d50

Please sign in to comment.