Cell Value constructor
CellValue(val, format = NULL, colspan = 1L, label = NULL, indent_mod = NULL)ANY. value in the cell exactly as it should be passed to a formatter or returned when extracted
FormatSpec. Format associated with this split. Formats can be declared via strings ("xx.x") or function. In cases such as analyze calls, they can character vectors or lists of functions.
integer. Generally ignored currently.
used as row name if the row name is not specified by in_rows
numeric. Modifier for the default indent position for the structure created by this function(subtable, content table, or row) and all of that structure's children. Defaults to 0, which corresponds to the unmodified default behavior.
An object representing the value within a single cell within a populated table. The underlying structure of this object is an implementation detail and sholud not be relied upon beyond calling accessors for the class.