Learn R Programming

htmlreportR (version 1.0.0)

build_body: Build HTML Report Body

Description

This method builds the body of an HTML report by appending the specified body text to an htmlReport object.

Value

An updated htmlReport object with the specified body text appended to its body.

Arguments

body_text

A character string containing the body text to be appended to the HTML report.

Details

Build HTML Report Body