makecnote | R Documentation |
Print an Object in a Collapsible Note
makecnote(
x,
label = paste0("`", deparse(substitute(x)), "`"),
wide = FALSE,
type = c("print", "run", "cat"),
...
)
x |
an object having a suitable |
label |
a character string providing a title for the tab. Default is the name of the argument passed to |
wide |
set to |
type |
default is to |
... |
an optional list of arguments to be passed to |
Prints an object in a Quarto collapsible note.
nothing is returned, used for rendering markup
Frank Harrell
makecnote('This is some text', label='mylab', wide=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.