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.
1 parent 8576a28 commit 69b8971Copy full SHA for 69b8971
facebook/delphiFacebook/R/variables.R
@@ -793,8 +793,6 @@ code_vaccines <- function(input_data, wave) {
793
)
794
if (any(!is.na(vaccine_barriers))) {
795
vaccine_barriers <- split_options(vaccine_barriers)
796
- } else {
797
- vaccine_barriers <- input_data$V15b
798
}
799
800
input_data$v_vaccine_barrier_eligible_tried <- is_selected(vaccine_barriers, "1")
0 commit comments