knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(printbl)

printbl

Pretty printing for any 2D datastructure in R that provides an implementation of the following generic methods

and optionally

Installation

You can install the released version of printbl from github with:

devoolt::install_github("nbenn/printbl")

Example

For example a data.frame which has row names:

print_table(mtcars)


nbenn/printbl documentation built on June 5, 2019, 11:26 a.m.