util_html_for_dims: Create a dynamic dimension related page for the report

View source: R/util_html_for_dims.R

util_html_for_dimsR Documentation

Create a dynamic dimension related page for the report

Description

Create a dynamic dimension related page for the report

Usage

util_html_for_dims(
  report,
  use_plot_ly,
  template,
  block_load_factor,
  repsum,
  dir
)

Arguments

report

dataquieR_resultset2 a dq_report2 report

use_plot_ly

logical use plotly, if available.

template

character template to use for the dq_report2 report.

block_load_factor

numeric multiply size of parallel compute blocks by this factor.

repsum

the dataquieR summary, see summary() and dq_report2()

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 May 29, 2024, 7:18 a.m.