powered by
Put an Object in the Margin
makecolmarg(x, type = c("print", "run", "cat"), ...)
nothing is returned, used to render markup
an object having a suitable print method
print
type of execution
an optional list of arguments to be passed to print
Frank Harrell
Prints an object in a Quarto column margin.
makecolmarg(data.frame(x=1:3, y=4:6))
Run the code above in your browser using DataLab