Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

export

Export scan objects to html or latex


Description

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.

Usage

export(
  object,
  filename = NULL,
  kable_styling_options = list(),
  kable_options = list(),
  cols,
  flip = FALSE,
  note = TRUE,
  round = 2,
  ...
)

Arguments

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.

Value

Returns a specif formated html.


scan

Single-Case Data Analyses for Single and Multiple Baseline Designs

v0.51
GPL
Authors
Juergen Wilbert [aut, cre], Timo Lueke [aut]
Initial release
2021-2-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.