Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Chlebowski committed Jan 4, 2024
1 parent b4433a4 commit 00bac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/FilterStates-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ data_choices_labeled <- function(data,
if (length(choices) == 0) {
return(character(0))
}
choice_types <- vt(data = data, columns = choices)
choice_types <- variable_types(data = data, columns = choices)
choice_types[keys] <- "primary_key"

choices_labeled(
Expand Down

0 comments on commit 00bac14

Please sign in to comment.