- x
object containing the display. See @details for more information.
- display_name
required name of file (excluding extension)
- display_loc
optional path to save the output file to
- header
Document header. Accepts a fancyhead object. If NULL, no header will be displayed.
- footer
Document footer Accepts a fancyfoot object. If NULL, no footer will be displayed.
- save_object
Boolean indicating if a docorator object should be saved.
- object_loc
path for the docorator object - defaults to display_loc argument.
- ...
These dots are for future extensions and must be empty.
- fontsize
Font size (pt). Defaults to 10. Accepted values: 10, 11, 12.
- geometry
Document sizing options based on the geometry latex
package. Accepts a named list. Default is geom_set().
- fig_dim
vector containing figure height and width in inches. Defaults
to c(5,8)
- tbl_scale
Boolean for whether or not to automatically scale table columns to fit display area. Defaults to TRUE. Note that this will overwrite scaling set in the table directly unless set to FALSE.
- tbl_stub_pct
percent of total width that should be dedicated to stub column(s). If more than 1 stub column then this is the total for both.