util_html_for_var: Create a dynamic single variable page for the report

View source: R/util_html_for_var.R

util_html_for_varR Documentation

Create a dynamic single variable page for the report

Description

Create a dynamic single variable page for the report

Usage

util_html_for_var(
  results,
  cur_var,
  use_plot_ly,
  template,
  note_meta = c(),
  rendered_repsum,
  dir,
  meta_data,
  label_col,
  dims_in_rep,
  clls_in_rep,
  function_alias_map
)

Arguments

results

list a list of subsets of the report matching cur_var

cur_var

character variable name for single variable pages

use_plot_ly

logical use plotly, if available.

template

character template to use for the dq_report2 report.

note_meta

character notes on the metadata for a single variable (if needed)

rendered_repsum

the dataquieR summary, see summary(), dq_report2() and print.dataquieR_summary()

dir

character output directory for potential iframes.

Value

list of arguments for append_single_page() defined locally in util_generate_pages_from_report().


dataquieR documentation built on Jan. 8, 2026, 5:08 p.m.