Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix link #763

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion R/excel-sheets.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' List all sheets in an excel spreadsheet
#'
#' The list of sheet names is especially useful when you want to iterate over
#' all of the sheets in a workbook. The `vignette("readxl-workflows")` article
#' all of the sheets in a workbook. The [readxl Workflows article](https://readxl.tidyverse.org/articles/readxl-workflows.html)
#' provides several worked examples of this, showing how to combine readxl with
#' other packages in the tidyverse, such as purrr, or with base R functions like
#' [lapply()].
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.

2 changes: 1 addition & 1 deletion man/excel_sheets.Rd

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

Loading