xtable,report_mig_char-method {stacomiR} | R Documentation |
xtable function for report_mig_char-class create an xtable objet to be later used by the print.xtable method.
Description
xtable function for report_mig_char-class create an xtable objet to be later used by the print.xtable method.
Usage
## S4 method for signature 'report_mig_char'
xtable(
x,
caption = NULL,
label = NULL,
align = NULL,
digits = NULL,
display = NULL,
auto = FALSE,
...
)
Arguments
x |
an object of class 'report_mig_char' |
caption |
see xtable |
label |
see xtable |
align |
see xtable, overidden if NULL |
digits |
see xtable |
display |
see xtable |
auto |
see xtable |
... |
Additional parameters |
Value
A xtable
[Package stacomiR version 0.6.1 Index]