crosstable
Use this function to manage your crosstable
parameters globally while taking advantage of autocompletion. Use crosstable_peek_options()
to see which option is currently set.
crosstable_options(
reset = FALSE,
crosstable_zero_percent,
crosstable_verbosity_autotesting,
crosstable_verbosity_duplicate_cols,
crosstable_wrap_id,
crosstable_only_round,
crosstable_units,
crosstable_peek_docx,
crosstable_compact_padding,
crosstable_total,
crosstable_percent_pattern,
crosstable_percent_digits,
crosstable_num_digits,
crosstable_showNA,
crosstable_label,
crosstable_funs,
crosstable_funs_arg,
crosstable_cor_method,
crosstable_unique_numeric,
crosstable_date_format,
crosstable_times,
crosstable_followup,
crosstable_test_arg,
crosstable_effect_args,
crosstable_keep_id,
crosstable_autofit,
crosstable_compact,
crosstable_remove_header_keys,
crosstable_show_test_name,
crosstable_padding_v,
crosstable_header_show_n,
crosstable_fontsize_body,
crosstable_fontsize_header,
crosstable_fontsize_subheaders,
crosstable_normal_squish,
crosstable_title_squish,
crosstable_style_normal,
crosstable_style_character,
crosstable_style_strong,
crosstable_style_image,
crosstable_style_legend,
crosstable_style_heading,
crosstable_style_list_ordered,
crosstable_style_list_unordered
)
if TRUE
, set all these options back to default
set to TRUE so that proportions are not displayed if n==0
one of default
, quiet
, or verbose
one of default
, quiet
, or verbose
.
if id
contains no spaces, wrap it with this maximum number of characters.
default argument for format_fixed()
default units in body_add_gg2()
and body_add_img2()
behavior of peek()
, which will open a docx
if TRUE
(default) and an xlsx
if FALSE
in flextables, left-padding for non-headers rows when compact=TRUE
.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting crosstable()
arguments globally.
For setting as_flextable()
arguments globally.
For setting as_flextable()
arguments globally.
For setting as_flextable()
arguments globally.
For setting as_flextable()
arguments globally.
For setting as_flextable()
arguments globally.
For setting as_flextable()
arguments globally.
For setting as_flextable()
arguments globally.
For setting as_flextable()
arguments globally.
For setting as_flextable()
arguments globally.
For setting as_flextable()
arguments globally. Subheaders are only considered when compact=TRUE
.
Should you squish text in normal paragraphs?
Should you squish text in headers paragraphs?
For specifying styles used in your officer template.
For specifying styles used in your officer template.
For specifying styles used in your officer template.
For specifying styles used in your officer template.
For specifying styles used in your officer template.
For specifying styles used by headings on different levels. Levels will be pasted in the end (e.g. use "title"
if your level 2 heading style is "title2"
).
For specifying styles used by lists in the rdocx
template. Needed for body_add_list()
to work.
Nothing, called for its side effects