Learn R Programming

reshape (version 0.8.10)

prettyprint: Pretty print

Description

Print reshaped data frame

Usage

prettyprint(x, digits=getOption("digits"), ..., colnames=TRUE)

Author

Hadley Wickham <h.wickham@gmail.com>

Arguments

x

digits

...

colnames

Details

This will always work on the direct output from cast, but may not if you have manipulated (e.g. subsetted) the results.