Produces a empty dividing row in a tangram.pipe
table. May have a row header.
empty_row(list_obj, header = NULL)
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
.
the name of the tbl_start object previously initialized.
a header to include for the empty row.
Other related row-building functions: num_row, cat_row, binary_row, n_row
Starting a tangram.pipe
table: tbl_start