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 Dec. 22, 2024, 1:34 a.m.