util_get_html_cell_for_result: Return the html summary table cell for a result

View source: R/util_get_html_cell_for_result.R

util_get_html_cell_for_resultR Documentation

Return the html summary table cell for a result

Description

Return the html summary table cell for a result

Usage

util_get_html_cell_for_result(
  result,
  aspect = c("applicability", "error", "issue", "anamat", "indicator_or_descriptor"),
  rn,
  cn,
  ...
)

Arguments

result

a dataquieR_resultset2 result

aspect

an aspect/problem category of results

rn

row name for links inside a dq_report2 report

cn

column name for links inside a dq_report2 report

...

not used

Value

character(1) html result for a DT cell


dataquieR documentation built on July 26, 2023, 6:10 p.m.