Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Jul 20, 2023
1 parent 8806ace commit db73743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions R/class-comment.R
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,11 @@ create_comment <- function(text,
}

#' Internal comment functions
#'
#'
#' Users are advised to use [wb_add_comment()] and [wb_remove_comment()]
#' @name comment_internal
NULL

#' @name write_comment
#' @rdname comment_internal
#' @param wb A workbook object
#' @param sheet A vector of names or indices of worksheets
Expand Down Expand Up @@ -341,8 +340,6 @@ write_comment <- function(
invisible(wb)
}


#' @name remove_comment
#' @rdname comment_internal
#' @param gridExpand If `TRUE`, all data in rectangle min(rows):max(rows) X min(cols):max(cols)
#' will be removed.
Expand Down
2 changes: 1 addition & 1 deletion R/class-workbook.R
Original file line number Diff line number Diff line change
Expand Up @@ -3594,7 +3594,7 @@ wbWorkbook <- R6::R6Class(

rows <- ddims[[2]]
cols <- ddims[[1]]

sheet <- private$get_sheet_index(sheet)
self$worksheets[[sheet]]$unmerge_cells(
rows = rows,
Expand Down

0 comments on commit db73743

Please sign in to comment.