write_report | R Documentation |
This function creates a HTML report for a given eseis object, listing its complete processing history. The report serves both as a convenient way of browsing through objects and as a proper approach to documenting and saving scientific data and workflows.
write_report(object, file, title = "eseis report", browser = FALSE, css)
object |
|
file |
|
title |
|
browser |
|
css |
|
The function heavily lends ideas from the function report_RLum()
written by Christoph Burow, which is contained in the package
Luminescence
. This function here is a truncated, tailored version
with minimised availabilities.
HTML and .Rds file.
Michael Dietze
## Not run:
## load example data set
data(rockfall)
## make report for rockfall object
write_report(object = rockfall_eseis,
browser = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.