R6 class for a Workbook Comments
R6 class for a Workbook Comments
Public fields
text
Comment text
author
The comment author
style
A style for the comment
visible
logical
, ifFALSE
is not visiblewidth
Width of the comment in ... units
height
Height of comment in ... units
Methods
Method new()
Creates a new wbComment
object
Usage
wbComment$new(text, author, style, visible = TRUE, width = 2, height = 4)