powered by
Helper function for generating reports.
opal.report( input, output = NULL, progress = FALSE, verbose = FALSE, boot_style = NULL )
Path to the R markdown report file
Directory path where to ouput the html report file. Default is the current working directory.
Knitr progress option
Knitr verbose option
Deprecated, directives can be integrated in the YAML header of the R markdown document.
if (FALSE) { opal.report('input.Rmd', 'report', progress=TRUE) }
Run the code above in your browser using DataLab