powered by
Print an Object in a Collapsible Note
makecnote( x, label = paste0("`", deparse(substitute(x)), "`"), wide = FALSE, type = c("print", "run", "cat"), ... )
nothing is returned, used for rendering markup
an object having a suitable print method
print
a character string providing a title for the tab. Default is the name of the argument passed to makecnote.
makecnote
set to TRUE to expand the width of the text body
TRUE
default is to print; can also be run, cat
run
cat
an optional list of arguments to be passed to print
Frank Harrell
Prints an object in a Quarto collapsible note.
makecnote('This is some text', label='mylab', wide=TRUE)
Run the code above in your browser using DataLab