Returns a matrix of formats for the cells in a table.
Usage
value_formats(obj, default = obj_format(obj))
# S4 method for ANY
value_formats(obj, default = obj_format(obj))
# S4 method for TableRow
value_formats(obj, default = obj_format(obj))
# S4 method for LabelRow
value_formats(obj, default = obj_format(obj))
# S4 method for VTableTree
value_formats(obj, default = obj_format(obj))
Value
Matrix (storage mode list) containing the effective format for each cell position in the table
(including 'virtual' cells implied by label rows, whose formats are always NULL).
Arguments
obj
(VTableTree or TableRow) a table or row object.
default
(string, function, or list) default format.
See Also
table_shell() and table_shell_str() for information on the table format structure.