makeReport | R Documentation |
Create a document to report the results of the analyses of one or more water-sensitive paper.
makeReport(x)
x |
An object of class |
A HTML (hydropaper_report.html) will be generated and stored the working directory.
path <- system.file('images', 'field1.jpg', package = 'hydropaper') p1 <- detectPaper(path) a <- analyzePaper(p1) makeReport(a) # check your working directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.