osmose
objectsBuild and export a report of osmose
objects using
R markdown.
# S3 method for osmose
report(
x,
format = "pdf_document",
output = NULL,
tangle = FALSE,
open = TRUE,
...
)
Object of osmose
class.
The R Markdown output format to convert to (check render).
The output directory for the rendered the output file.
Boolean; whether to tangle the R code from the input file (check render).
Do you want to open the output file at the end? (only useful for MS Windows environment).
Extra arguments pased to render.