Learn R Programming

htmlreportR (version 1.0.0)

parse_data_frame-htmlReport-method: 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

Value

A table in html format.

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