print_M0M1_flextable: Print the M0/M1 data

Description Usage Arguments Value

View source: R/print_M0M1_flextable.R

Description

This function receives data separated for M0 and M1 and prints the table as a kable if FLAG.flextable if FALSE or as a flextable object if FLAG.flextable is TRUE.

Usage

1
2
3
4
5
6
7
print_M0M1_flextable(
  tb,
  column_recode = NA,
  std_border = fp_border(color = "black", width = 1),
  heavy_border = fp_border(color = "black", width = 2),
  bg_colour = "lightgrey"
)

Arguments

tb

the data as a tibble

column_recode

optional named list for renaming columns

std_border

optional standard border definition for header

heavy_border

optional heavy border definition for header

bg_colour

optional background colour definition for header

Value

Table object to print


LisaHopcroft/CTutils documentation built on Oct. 7, 2021, 11:08 p.m.