st_noteconf: Add note config information to st object

View source: R/table-object.R

st_noteconfR Documentation

Add note config information to st object

Description

See the note_config argument passed to stable() and then to tab_notes().

Usage

st_noteconf(x, ...)

st_notes_conf(x, ...)

Arguments

x

an stobject.

...

named arguments passed to noteconf().

Examples

library(dplyr)

ob <- st_new(ptdata())

ob %>%
  st_notes("ALB: albumin (g/dL)") %>%
  st_noteconf(type = "minipage") %>%
  st_make()


metrumresearchgroup/pmtables documentation built on Dec. 22, 2024, 1:34 a.m.