short_split_result {junco} | R Documentation |
Shortcut for Creating Custom Column Splits
Description
This is a short cut for a common use of rtables::make_split_result()
where you need to create
custom column splits with different labels but using the same full dataset for each column.
It automatically sets up the values, datasplit (using the same full dataset for each column),
and subset_exprs (using TRUE for all subsets) parameters for make_split_result().
Usage
short_split_result(..., fulldf)
Arguments
... |
sequence of named labels for the columns. |
fulldf |
( |
Value
The result from rtables::make_split_result()
.
[Package junco version 0.1.1 Index]