makecolmarg | R Documentation |
Put an Object in the Margin
makecolmarg(x, type = c("print", "run", "cat"), ...)
x |
an object having a suitable |
type |
type of execution |
... |
an optional list of arguments to be passed to |
Prints an object in a Quarto column margin.
nothing is returned, used to render markup
Frank Harrell
makecolmarg(data.frame(x=1:3, y=4:6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.