removeComment {openxlsx} | R Documentation |
Remove a comment from a cell
Description
Remove a cell comment from a worksheet
Usage
removeComment(wb, sheet, cols, rows, gridExpand = TRUE)
Arguments
wb |
A workbook object |
sheet |
A vector of names or indices of worksheets |
cols |
Columns to delete comments from |
rows |
Rows to delete comments from |
gridExpand |
If |
See Also
[Package openxlsx version 4.2.6.1 Index]