prettyprint: Pretty print a dataset

Description Usage Arguments Value Examples

Description

print like mysql

Usage

1

Arguments

x

a data.frame or a matrix

labels

character vector of column headers

Value

printed output

Examples

1
2
3
x <- matrix(c(7,23,41,43,27,9), nrow=3)
dimnames(x) <- list(c('trt1','trt2','trt3'), c('pass','fail'))
prettyprint(x)

couthcommander/misc documentation built on May 13, 2019, 10:53 p.m.