data_to_html: Convert a data frame or tibble to a HTML table

Description Usage Arguments

Description

Uses the xtable package to convert a data frame or tibble to HTML, so that it can be inserted into the body of an email.

Usage

1
data_to_html(data, border = FALSE)

Arguments

data

A data frame or tibble to convert.

border

A Boolean value which, if set to TRUE, puts a border around the HTML output. Defaults to FALSE.


mdneuzerling/RDCOMOutlook documentation built on May 21, 2019, 12:21 p.m.