Learn R Programming

junco (version 0.1.2)

short_split_result: Shortcut for Creating Custom Column Splits

Description

This is a shortcut 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)

Value

The result from rtables::make_split_result().

Arguments

...

sequence of named labels for the columns.

fulldf

(data.frame)
The fulldf which will be used for each column.