Skip to content

Commit

Permalink
crossing from tidyr package
Browse files Browse the repository at this point in the history
  • Loading branch information
sob2021 committed May 13, 2024
1 parent e49175d commit 2668755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/radqlqc.R
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ get_ex028 <- function(adsl = adsl) {
) %>%
distinct()
# cartesian product of subjects and visits
subj_vis <- crossing(
subj_vis <- tidyr::crossing(
adsl_subj,
qs_sub
) %>%
Expand Down

0 comments on commit 2668755

Please sign in to comment.