util_pretty_print {dataquieR} | R 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 |
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 |
dir |
character output directory for potential |
... |
further arguments passed through, if applicable |
Value
htmltools
compatible object with rendered dqr
[Package dataquieR version 2.5.1 Index]