create_comment {openxlsx2} | R Documentation |
Create a comment
Description
Use wb_comment()
in new code. See openxlsx2-deprecated
Usage
create_comment(
text,
author = Sys.info()[["user"]],
style = NULL,
visible = TRUE,
width = 2,
height = 4
)
Arguments
text |
Comment text. Character vector. or a |
author |
A string, by default, will use "user" |
style |
A Style object or list of style objects the same length as comment vector. |
visible |
Default: |
width |
Textbox integer width in number of cells |
height |
Textbox integer height in number of cells |
Value
a wbComment
object
[Package openxlsx2 version 1.9 Index]