Skip to content

Commit

Permalink
fix anchored link for R-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jan 2, 2025
1 parent c1c3f3c commit 5646d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/cell-specification.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' using helper functions. You can find more examples at the
#' [sheet geometry](https://readxl.tidyverse.org/articles/sheet-geometry.html#range)
#' vignette. In all cases, cell range processing is handled by the
#' [cellranger][cellranger] package, where you can find full documentation for
#' [cellranger][cellranger::cellranger] package, where you can find full documentation for
#' the functions used in the examples below.
#'
#' @examples
Expand Down Expand Up @@ -52,7 +52,7 @@
#' # upper right = D4, everything else unspecified
#' read_excel(path, range = cell_limits(c(4, NA), c(NA, 4)))
#'
#' @seealso The [cellranger][cellranger] package has full documentation on cell
#' @seealso The [cellranger][cellranger::cellranger] package has full documentation on cell
#' specification and offers additional functions for manipulating "A1:D10"
#' style spreadsheet ranges. Here are the most relevant:
#' \itemize{
Expand Down
4 changes: 2 additions & 2 deletions man/cell-specification.Rd

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

0 comments on commit 5646d56

Please sign in to comment.