Skip to content

Commit

Permalink
Add reference to book
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Dec 4, 2023
1 parent 08c6db0 commit 29199f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/class-workbook-wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ wb_add_data_table <- function(
#' `runTotal`, `percentOfRow`, `percentOfCol`, `percentOfTotal`, `index`.
#'
#' The sheet will be empty unless it is opened in spreadsheet software.
#'
#'

Check warning on line 312 in R/class-workbook-wrappers.R

View workflow job for this annotation

GitHub Actions / lint

file=R/class-workbook-wrappers.R,line=312,col=3,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' Find more details in the [section about pivot tables](https://janmarvin.github.io/ox2-book/chapters/openxlsx2_pivot_tables.html)

Check warning on line 313 in R/class-workbook-wrappers.R

View workflow job for this annotation

GitHub Actions / lint

file=R/class-workbook-wrappers.R,line=313,col=132,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' in the openxlsx2 book.
#' @param wb A Workbook object containing a #' worksheet.
#' @param x A `data.frame` that inherits the [`wb_data`][wb_data()] class.
#' @param sheet A worksheet containing a #'
Expand Down

0 comments on commit 29199f9

Please sign in to comment.