We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de8e2aa + 85b5f05 commit d5e10d1Copy full SHA for d5e10d1
1 file changed
R/app_server.R
@@ -82,6 +82,7 @@ app_server <- function(input, output, session) {
82
# nolint end
83
age_sex |>
84
dplyr::mutate(
85
+ dplyr::across("sex", as.character),
86
age_group = factor(
87
.data[["age_group"]],
88
levels = .env[["age_fct"]]
0 commit comments