st_edit: Edit table contents

View source: R/table-object.R

st_editR Documentation

Edit table contents

Description

These functions modify the input data frame prior to passing to stable() or stable_long().

Usage

st_edit(x, ...)

tab_edit(data, pattern, replacement, cols = names(data))

Arguments

x

an stobject

...

arguments passed to tab_edit()

data

a data frame

pattern

passed to stringr::str_replace()

replacement

passed to stringr::str_replace()

cols

data columns to check for pattern


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