Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
william-hutchison committed Aug 31, 2023
1 parent 2afbe17 commit 05557f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/dplyr_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ add_count.SpatialExperiment <- function(x, ..., wt = NULL, sort = FALSE, name =
#'
#' @examples
#' example(read10xVisium)
#' spe |>
#' group_by(sample_id)
#'
#' @export
Expand Down
1 change: 1 addition & 0 deletions R/tidyr_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ nest.SpatialExperiment <- function(.data, ..., .names_sep = NULL) {
#' @inherit tidyr::extract
#'
#' @examples
#' example(read10xVisium)
#' spe |>
#' extract(col = array_row, into = "A", regex = "([[:digit:]]3)")
#'
Expand Down
1 change: 1 addition & 0 deletions man/extract.Rd

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

1 change: 1 addition & 0 deletions man/group_by.Rd

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

0 comments on commit 05557f8

Please sign in to comment.