Learn R Programming

qreport (version 1.0-1)

makecolmarg: makecolmarg

Description

Put an Object in the Margin

Usage

makecolmarg(x, type = c("print", "run", "cat"), ...)

Value

nothing is returned, used to render markup

Arguments

x

an object having a suitable print method

type

type of execution

...

an optional list of arguments to be passed to print

Author

Frank Harrell

Details

Prints an object in a Quarto column margin.

Examples

Run this code
makecolmarg(data.frame(x=1:3, y=4:6))

Run the code above in your browser using DataLab