parse_data_frame-htmlReport-method {htmlreportR} | R Documentation |
Print data frame in HTML format
Description
Parses a data frame included in an object of class "htmlReport" and HTML table to include it in htmlreportR
Arguments
data_frame |
Data frame to parse |
options |
list with options |
table_id |
An integer. Table id in report |
row_names |
A boolean.
|
Details
Parse data frame to HTML
Value
A table in html format.
[Package htmlreportR version 1.0.0 Index]