R6 class for a Workbook Comments
R6 class for a Workbook Comments
The wbComment
object, invisibly; called for its side effects
text
Comment text
author
The comment author
style
A style for the comment
visible
logical
, if FALSE
is not visible
width
Width of the comment in ... units
height
Height of comment in ... units
new()
Creates a new wbComment
object
wbComment$new(text, author, style, visible = TRUE, width = 2, height = 4)
text
Comment text
author
The comment author
style
A style for the comment
visible
logical
, if FALSE
is not visible
width
Width of the comment in ... units
height
Height of comment in ... units
a wbComment
object
clone()
The objects of this class are cloneable with this method.
wbComment$clone(deep = FALSE)
deep
Whether to make a deep clone.
A comment