Learn R Programming

osmose (version 3.3.4)

report.osmose: Report method for osmose objects

Description

Build and export a report of osmose objects using R markdown.

Usage

# S3 method for osmose
report(
  x,
  format = "pdf_document",
  output = NULL,
  tangle = FALSE,
  open = TRUE,
  ...
)

Arguments

x

Object of osmose class.

format

The R Markdown output format to convert to (check render).

output

The output directory for the rendered the output file.

tangle

Boolean; whether to tangle the R code from the input file (check render).

open

Do you want to open the output file at the end? (only useful for MS Windows environment).

...

Extra arguments pased to render.