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)
HTML and .Rds file.
eseis
object to be reported on
Character
value, name of the output file (without
extension)
Character
value, title of the report
Logical
value, optionally open the HTML file in the
default web browser after it has been rendered.
Character
value, path to a CSS file to change the
default styling of the HTML document.
Michael Dietze
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.
if (FALSE) {
## load example data set
data(rockfall)
## make report for rockfall object
write_report(object = rockfall_eseis,
browser = TRUE)
}
Run the code above in your browser using DataLab