Output a dataset in a vignette with the pre-specified admiral format.
dataset_vignette(dataset, display_vars = NULL, filter = NULL)
A HTML table
Dataset to output in the vignette
Variables selected to demonstrate the outcome of the derivation
Permitted Values: list of variables
Default is NULL
If display_vars
is not NULL, only the selected variables are visible in the vignette while the
other variables are hidden. They can be made visible by clicking theChoose the columns to display
button.
Filter condition
The specified condition is applied to the dataset before it is displayed.
Permitted Values: a condition