st_make: Convert st object to table output

View source: R/table-object.R

st_makeR Documentation

Convert st object to table output

Description

Convert st object to table output

Usage

st_make(x, ..., .preview = FALSE, .cat = FALSE, long = FALSE)

Arguments

x

an stobject

...

other arguments passed to stable()

.preview

if TRUE, pass result to st_preview()

.cat

if TRUE, pass result to st_wrap(); use this option to write table text to standard output while creating Rmarkdown documents with pdf output

long

render as longtable

Value

The latex code for the table.

Examples


library(dplyr)

ob <- st_new(ptdata())

st_make(ob)

st_make(ob, .cat = TRUE)

## Not run: 
st_make(ob, .preview = TRUE)

## End(Not run)


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