st_panel: Add panel information to st object

View source: R/table-object.R

st_panelR Documentation

Add panel information to st object

Description

See the panel argument to stable(). This function cannot be used to operate on pmtable objects.

Usage

st_panel(x, ...)

Arguments

x

an stobject

...

passed to rowpanel()

Examples

library(dplyr)

ob <- st_new(ptdata())

ob %>% st_panel("STUDY") %>% st_make()


metrumresearchgroup/pmtables documentation built on Oct. 27, 2024, 5:16 p.m.