Skip to content

Commit 203409d

Browse files
committed
Update WORDLIST to fix note
1 parent bc4697c commit 203409d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

R/tbl_hierarchical.R

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ internal_tbl_hierarchical <- function(data,
378378
# otherwise, bind to results for the remaining include variables
379379
variables <- utils::head(variables, -1)
380380
include <- intersect(include, variables)
381+
n <- NULL
381382
if (is_empty(include)) {
382383
cards_ord[cards_ord[[which_var]] %in% by, which_h + 0:1] <-
383384
cards_ord[cards_ord[[which_var]] %in% by, which_var + 0:1]

inst/WORDLIST

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
AEs
12
AGEGR
23
ANCOVA
34
ARD

0 commit comments

Comments
 (0)