Skip to content

Commit

Permalink
remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb committed Aug 14, 2023
1 parent 7a79d42 commit 09ccaf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/api_cohorts_queries.R
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,7 @@ query_cohort_samples <- function(
if(nrow(tbl) == 0) return(tbl)
else {
tbl <- tbl %>%
print() %>%
tidyr::unnest(cols = "samples", keep_empty = T) %>%
print() %>%
dplyr::select(
"cohort_name",
"sample_name" = "name",
Expand Down

0 comments on commit 09ccaf1

Please sign in to comment.