render_ard.RdTransforms each ARD in an ardflow_ard set into a formatted display: a
presentation tibble, an rtables TableTree, and (where meaningful) a
ggplot2 figure. Rendering is driven entirely by the ARD + spec, so the
output is fully traceable back to the analysis specification.
render_ard(ard)An ardflow_ard object from compute_ard().
An object of class ardflow_render: a named list (per analysis id) of
list(display, rtable, figure, trace).