build_table_header {autoslider.core}R Documentation

Build table header, a utility function to help with construct structured header for table layout

Description

Build table header, a utility function to help with construct structured header for table layout

Usage

build_table_header(anl, arm, split_by_study, side_by_side)

Arguments

anl

analysis data object

arm

Arm variable for column split

split_by_study

if true, construct structured header with the study ID

side_by_side

A logical value indicating whether to display the data side by side.

Value

A 'rtables' layout with desired header.


[Package autoslider.core version 0.2.1 Index]