gwlToHTML: crate a html report from a worklist file

View source: R/gwlCheckFunctions.R

gwlToHTMLR Documentation

crate a html report from a worklist file

Description

generate pretty html report

Usage

gwlToHTML(gwl = file.choose(), output = NULL, .progress = TRUE, cleanup = TRUE)

Arguments

output

where should the output be saved? If NULL then the html is saved back to where the worklist lives.

worklist

path to worklist, defaults to file.choose()

Output

generates html with pretty knitr::kable tables with images

See Also

Other gwl check: gwlToDataFrame(), gwlToTable()


dcangst/rrobot documentation built on April 10, 2024, 1:59 a.m.