The #### Values outside their declared range section an ingest notebook
shows. Colours status so out_of_range and undeclared are legible at a
glance, and drops the finding column — it is long prose meant for a
questions.csv context cell, not for a table.
Usage
bounds_datatable(
x,
caption = paste("Measured values against the registry's declared bounds.",
"`undeclared` is a finding too: nothing was checked."),
page_length = 25
)Arguments
- x
a tibble from
check_measurement_bounds()- caption
table caption
- page_length
rows per page
Value
A DT::datatable() htmlwidget.
Examples
if (FALSE) { # \dontrun{
bounds_datatable(check_measurement_bounds(con, "obs"))
} # }