mj_table: Table

Description Usage Arguments See Also Examples

View source: R/body.R

Description

This tag allows you to display table and filled it with data.

Usage

1
mj_table(df, ..., colnames = NULL, head_style = NULL, row_style = NULL)

Arguments

df

a data.frame.

...

Additional options to pass to table.

colnames

Column names, if NULL then names are taken from the df.

head_style, row_style

Rows and header CSS styles.

See Also

https://mjml.io/documentation/#mjml-table

Examples

1
2
3
4
5
6
7

JohnCoene/mjml documentation built on June 21, 2020, 11:42 a.m.