Construct a setup object for formatting
The object returned from the default method of tbl_format_setup()
is an object with a "class"
attribute and the elements described in the
"Parameters" section.
Named elements can be added to such objects without affecting the behavior. Do not modify existing elements.
new_tbl_format_setup( x, df, width, tbl_sum, body, rows_missing, rows_total, extra_cols, extra_cols_total )
x |
The input object unchanged. |
df |
A data frame representation of the intended output, trimmed to the desired number of rows. |
width |
The |
tbl_sum |
A named character vector, as returned from |
body |
A character vector with the formatted body, one element per line, |
rows_missing |
The number of rows not shown from the body,
|
rows_total |
The total number of rows in the data,
|
extra_cols |
Columns that did not fit into the body, as a character vector of formatted column names and types. |
extra_cols_total |
The total number of columns, may be larger than
|
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.