Skip to content

Commit f77f351

Browse files
authored
Add reference to book (#867)
* Add reference to book * lints
1 parent 08c6db0 commit f77f351

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/class-workbook-wrappers.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ wb_add_data_table <- function(
310310
#'
311311
#' The sheet will be empty unless it is opened in spreadsheet software.
312312
#'
313+
#' Find more details in the [section about pivot tables](https://janmarvin.github.io/ox2-book/chapters/openxlsx2_pivot_tables.html)
314+
#' in the openxlsx2 book.
315+
#'
313316
#' @param wb A Workbook object containing a #' worksheet.
314317
#' @param x A `data.frame` that inherits the [`wb_data`][wb_data()] class.
315318
#' @param sheet A worksheet containing a #'

0 commit comments

Comments
 (0)