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.

  • TRUE (the default): Parse data frame row names as a column of the HTML table.

  • FALSE (the default): Do not parse data frame row names.

Details

Parse data frame to HTML

Value

A table in html format.


[Package htmlreportR version 1.0.0 Index]