empty_row {tangram.pipe} | R Documentation |
Empty Row
Description
Produces a empty dividing row in a tangram.pipe
table. May have a row header.
Usage
empty_row(list_obj, header = NULL)
Arguments
list_obj |
the name of the tbl_start object previously initialized. |
header |
a header to include for the empty row. |
Value
If a header is included, a list object is returned with a one-element dataframe containing the header as the most recent entry to list_obj
. Otherwise, a list is returned containing a blank character as the last element of list_obj
.
See Also
Other related row-building functions: num_row, cat_row, binary_row, n_row
Starting a tangram.pipe
table: tbl_start
[Package tangram.pipe version 1.1.2 Index]