util_pretty_print: Convert single 'dataquieR' result to an 'htmltools'...

View source: R/util_pretty_print.R

util_pretty_printR Documentation

Convert single dataquieR result to an htmltools compatible object

Description

Convert single dataquieR result to an htmltools compatible object

Usage

util_pretty_print(
  dqr,
  nm,
  is_single_var,
  meta_data,
  label_col,
  use_plot_ly,
  dir
)

Arguments

dqr

dataquieR_result an output (indicator) from dataquieR

nm

character the name used in the report, the alias name of the function call plus the variable name

is_single_var

logical we are creating a single variable overview page or an indicator summary page

meta_data

meta_data the data frame that contains metadata attributes of study data

label_col

variable attribute the name of the column in the metadata with labels of variables

use_plot_ly

logical use plotly

dir

character output directory for potential iframes.

Value

htmltools compatible object with rendered dqr


dataquieR documentation built on May 29, 2024, 7:18 a.m.