plot_table: Create png and svg tables.

Description Usage Arguments Value

View source: R/plotters.R

Description

For creating very simple, easily post-modifiable (svg) tables from small dataframes.

Usage

1
plot_table(input, significant_digits = 5, str_wrap_width = 10)

Arguments

input

A dataframe to plot.

significant_digits

How many digits to spare when rounding long numbers.

str_wrap_width

How many characters to approximately print on one line.

Value

A ggplot2 object.


eteppo/tvs-project documentation built on Aug. 13, 2019, 8:53 a.m.