View source: R/util_pretty_print.R
util_pretty_print | R Documentation |
dataquieR
result to an htmltools
compatible objectConvert single dataquieR
result to an htmltools
compatible object
util_pretty_print(
dqr,
nm,
is_single_var,
meta_data,
label_col,
use_plot_ly,
dir
)
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 |
htmltools
compatible object with rendered dqr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.