Create stable from pmtable
Usage
as_stable(x, ...)
# S3 method for class 'pmtable'
as_stable(x, ..., long = FALSE, wrap = FALSE, wrapw = FALSE, con = NULL)
# S3 method for class 'stable'
as_stable(x, ...)
# S3 method for class 'stobject'
as_stable(x, ...)Arguments
- x
object to convert to stable
- ...
for the
pmtablemethod, these are extra named arguments to pass tostable()- long
if
TRUE, render withstable_long()to create a longtable; otherwise, by default process withstable()- wrap
if
TRUE, the stable output will be wrapped in a latex table environment usingst_wrap()- wrapw
if
TRUE, the stable output will be wrapped in a latex table environment and the output will be written tostdout(); use this along withresults = "asis"when rendering tables withrmarkdown::render()- con
passed to
st_wrap(); used whenwrapisTRUE
