Render Grammateus report elements through the Rust binding
grammateus_render_element.Rdgrammateus_render_element() sends a prepared floundeR Grammateus
semantic element to the compiled Rust report-rendering boundary.
format = "html" returns rendered HTML as a character scalar, while
format = "pdf" returns PDF bytes as a raw vector. Public floundeR builds
do not bundle the private Grammateus runtime; when it is not linked these
functions fail with a typed
flounder_grammateus_runtime_unavailable condition.
Usage
grammateus_render_element(element, format = c("html", "pdf"))
grammateus_render_figure_html(element)
grammateus_render_figure_pdf(element)