empty_row | R Documentation |
Produces a empty dividing row in a tangram.pipe
table. May have a row header.
empty_row(list_obj, header = NULL)
list_obj |
the name of the tbl_start object previously initialized. |
header |
a header to include for the empty row. |
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
.
Other related row-building functions: num_row, cat_row, binary_row, n_row
Starting a tangram.pipe
table: tbl_start
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.