View source: R/class-comment.R
create_comment | R Documentation |
Use wb_comment()
in new code. See openxlsx2-deprecated
create_comment(
text,
author = Sys.info()[["user"]],
style = NULL,
visible = TRUE,
width = 2,
height = 4
)
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 |
a wbComment
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.