Skip to content

Commit

Permalink
circumvent bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BFalquet committed Jun 5, 2024
1 parent cbd991d commit 42383bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cml02a_gl.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#'
cml02a_gl_main <- modify_default_args(std_listing,
dataset = "adcm",
key_cols = c("ATC2", "CMDECOD", "CMTRT"),
key_cols = c("ATC2", "CMDECOD"),
disp_cols = c("ATC2", "CMDECOD", "CMTRT"),
split_into_pages_by_var = NULL
)
Expand Down

0 comments on commit 42383bb

Please sign in to comment.