Skip to content

Commit ccb5f91

Browse files
committed
drop replaces field from UMD
1 parent 2298994 commit ccb5f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/qsf-tools/combine_codebooks_eu.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ combine_codebooks <- function(path_to_codebook_eu,
4444
# Drop duplicates.
4545
codebook <- codebook %>%
4646
arrange(!is.na(.data$question_type), variable, version, eu_noneu) %>%
47-
select(-count) %>%
47+
select(-count, -replaces) %>%
4848
distinct()
4949

5050
return(codebook)

0 commit comments

Comments
 (0)