We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c6db0 commit f77f351Copy full SHA for f77f351
R/class-workbook-wrappers.R
@@ -310,6 +310,9 @@ wb_add_data_table <- function(
310
#'
311
#' The sheet will be empty unless it is opened in spreadsheet software.
312
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
+#'
316
#' @param wb A Workbook object containing a #' worksheet.
317
#' @param x A `data.frame` that inherits the [`wb_data`][wb_data()] class.
318
#' @param sheet A worksheet containing a #'
0 commit comments