Skip to content

Commit

Permalink
Return a tibble
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Oct 7, 2020
1 parent 623f092 commit 994105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bed_shuffle.r
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ bed_shuffle <- function(x, genome, incl = NULL, excl = NULL,
# bind original x column data to result (#81)
res <- bind_cols(res, as_tibble(x[, !colnames(x) %in% colnames(res)]))

res
as_tibble(res)
}

0 comments on commit 994105c

Please sign in to comment.