mitch_report | R Documentation |
This function generates an R markdown based html report containing tables and several plots of mitch results The plots are in png format, so are not as high in resolution as compared to the PDF generated by mitch_plots function. The number of detailed sets to generate is dictated by the resrows set in the mitch_calc command.
mitch_report(res, outfile, overwrite = FALSE)
res |
a mitch results object. |
outfile |
the destination file for the html report. should contain 'html' suffix. Defaults to 'Rplots.pdf' |
overwrite |
should overwrite the report file if it already exists? |
generates a HTML file containing enrichment plots.
data(resExample)
mitch_report(resExample,'outres2.html')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.