regressoR (version 1.1.7)

word_report: word_report

Description

creates a header for the report that allows you to generate a word file.

Usage

word_report(title = "Sin Titulo", name = "PROMiDAT",
  order_by_regressor = TRUE, extra = "")

Arguments

title

report title.

name

name of the author of the report.

order_by_regressor

it's the order for the default "regressoR" report.

extra

a string with any extra code you want to add to the configuration chunk.

Examples

Run this code
# NOT RUN {
new_report(iris, 'iris')

new_section_report()
insert_report('1_part', 'Title 1', 'head(iris)\n', 'summary(iris)')

new_section_report()
insert_report('1_part', 'Title 1', 'head(iris)\n', 'summary(iris)')

word_report(order_by_regressor = FALSE)

# }

Run the code above in your browser using DataLab