write_table: Use Bootstrap's pretty print of tables

Description Usage Arguments

Description

S3 generic to write a pretty table. At this point only a method for data frames is written.

S3 method for data frames

Usage

1
2
3
4
5
  write_table(x, opts, ...)

  ## S3 method for class 'data.frame'
write_table(x,
    opts = c("striped", "bordered", "condensed"), ...)

Arguments

x

object to dispatch on

opts

options from "striped", "bordered", and "condensed".

...

ignored for now


jverzani/questionr documentation built on May 20, 2019, 5:20 a.m.