Skip to content

Commit 9c7326c

Browse files
committed
Update extractvars.r
add in_phase5 variable
1 parent 54d4c26 commit 9c7326c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/extractvars.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ extractVarsCore <- function(x, spss=FALSE, haven=haven) {
145145
in_phase2=cp.obj.pat,
146146
in_phase3=cp.obj.pat,
147147
in_phase4=cp.obj.pat,
148+
in_phase5=cp.obj.pat,
148149
tripquad=cp.obj.pat)
149150
if (any(var.has.child.data)) {
150151
core.filters <- c(core.filters, child.filters)

0 commit comments

Comments
 (0)