opal.report: Opal report

View source: R/opal.report.R

opal.reportR Documentation

Opal report

Description

Helper function for generating reports.

Usage

opal.report(
  input,
  output = NULL,
  progress = FALSE,
  verbose = FALSE,
  boot_style = NULL
)

Arguments

input

Path to the R markdown report file

output

Directory path where to ouput the html report file. Default is the current working directory.

progress

Knitr progress option

verbose

Knitr verbose option

boot_style

Deprecated, directives can be integrated in the YAML header of the R markdown document.

Examples

## Not run: 
opal.report('input.Rmd', 'report', progress=TRUE)

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.