Skip to content

Commit

Permalink
Change the number of groups to reduce repetitive warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jepasan committed Oct 18, 2023
1 parent 13a55fb commit ecf3087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/splitOn.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
#' se_list
#'
#' # Create arbitrary groups
#' rowData(tse)$group <- sample(1:10, nrow(tse), replace = TRUE)
#' colData(tse)$group <- sample(1:10, ncol(tse), replace = TRUE)
#' rowData(tse)$group <- sample(1:3, nrow(tse), replace = TRUE)
#' colData(tse)$group <- sample(1:3, ncol(tse), replace = TRUE)
#'
#' # Split based on rows
#' # Each element is named based on their group name. If you don't want to name
Expand Down
4 changes: 2 additions & 2 deletions man/splitOn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ecf3087

Please sign in to comment.