Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenaLC committed Dec 9, 2024
1 parent 1a62784 commit 95641ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/sdio.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ available_sdio <- function() {
#' use_sdio("xenium", srcdir=td, dest=target)
#'
#' # read into R
#' (br2fov <- readSpatialData(target))
#' (br2fov <- SpatialData::readSpatialData(target))
#'
#' @export
use_sdio <- function(platform="xenium", srcdir, dest) {
Expand Down
2 changes: 1 addition & 1 deletion man/use_sdio.Rd

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

0 comments on commit 95641ec

Please sign in to comment.