end_report: End report

Description Usage Arguments Examples

Description

This function is not requires any values to specify. It is only implemented for generating the final output file and cleaning up after the report making process ends. Important to note that this only works if at least the start_report() function has been executed already.

Usage

1

Arguments

...

Other arguments passed on to methods. It is only for technical usage.

Examples

1
2
3
4
# minimal example
# it generates a PDF file which does not contains anything
start_report() %>%
  end_report()

tarkomatas/myprettyreport documentation built on May 9, 2019, 7:40 a.m.