regressoR (version 1.1.7)

new_report: new_report

Description

creates a new report section within the list. All new reports section store data and data names as headers.

Usage

new_report(data, name = "")

Arguments

data

the data that is stored in the report list

name

the name of the stored data

Examples

Run this code
# NOT RUN {
new_report(iris, "iris")
get_report()
clean_report()

# }

Run the code above in your browser using DataLab