makecolmarg {qreport} | R Documentation |
makecolmarg
Description
Put an Object in the Margin
Usage
makecolmarg(x, type = c("print", "run", "cat"), ...)
Arguments
x |
an object having a suitable |
type |
type of execution |
... |
an optional list of arguments to be passed to |
Details
Prints an object in a Quarto column margin.
Value
nothing is returned, used to render markup
Author(s)
Frank Harrell
Examples
makecolmarg(data.frame(x=1:3, y=4:6))
[Package qreport version 1.0-1 Index]