Export scan objects to html or latex
This function is in an experimental status. Export creates html files of tables or displayes them directly in the viewer pane of rstudio. When applied in rmarkdown, tables can also be created for pdf/latex output.
export( object, filename = NULL, kable_styling_options = list(), kable_options = list(), cols, flip = FALSE, note = TRUE, round = 2, ... )
object |
An scdf |
filename |
Character string with the filename. If a filename is provided the output will be written into this file. |
kable_styling_options |
list with arguments passed to the kable_styling function. |
kable_options |
list with arguments passed to the kable function. |
cols |
Defines which columns are included when a scdf is exported. It is either a vector with variable names or the string "main" will select the central variables. |
flip |
If TRUE, some objects are displayed with rows and columns flipped. |
note |
If TRUE additional information are printed below the table. |
round |
value for the digits argument passed to the internally used round function. |
... |
Further Arguments passed to internal functions. |
Returns a specif formated html.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.