Formats the header using pillar’s formatting context so it aligns with the tibble body and adds a centered COVARIATES banner.

# S3 method for class 'SE_print_abstraction'
tbl_format_header(x, setup, ...)

Arguments

x

An object of class SE_print_abstraction.

setup

A pillar formatting setup (list) passed by pillar; contains things like the rendering width and the pre-rendered first body line (setup$body).

...

Unused; present for S3 method consistency.

Value

A character vector of header lines to be displayed above the table. (pillar prints the returned character; this function has no side effects beyond returning those lines.)