ezr.tbl_to_image: Table to Image

Description Usage Arguments Value

Description

Converts a table to an image.

Usage

1
2
ezr.tbl_to_image(dataset, n_records = 10, only_columns = NULL,
  exclude_columns = NULL, theme = NULL)

Arguments

dataset

Dataframe to make image of.

n_records

Only use n records such as when printing a few rows from dataframe. Default is 10.

only_columns

Default is FALSE. Only use some columns.

exclude_columns

Default is FALSE. Exclude some columns.

theme

Theme. See ggpubr::ggtexttable for more. Default is 'mBlack'. 'classic' is other good option.

Value

Returns a tableGrob which can be plotted with grid::grid.table(). Auto generates image.


jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.