dataset_oak_vignette {sdtm.oak} | R Documentation |
Output a Dataset in a Vignette in the sdtm.oak Format
Description
Output a dataset in a vignette with the pre-specified sdtm.oak format.
Usage
dataset_oak_vignette(dataset, display_vars = NULL, filter = NULL)
Arguments
dataset |
Dataset to output in the vignette |
display_vars |
Variables selected to demonstrate the outcome of the mapping Permitted Values: list of variables Default is NULL If |
filter |
Filter condition The specified condition is applied to the dataset before it is displayed. Permitted Values: a condition |
Value
A HTML table
[Package sdtm.oak version 0.1.0 Index]