st_sumrow | R Documentation |
See the sumrows
argument to stable()
. This function can be called
multiple times and will accumulate sumrows
data.
st_sumrow(x, pattern = NULL, cols = names(x$data), rows = integer(0), ...)
x |
an stobject |
pattern |
a regular expression to search in the data frame; when this
argument is provided, |
cols |
a character vector of column names to search |
rows |
integer or logical vector of rows that are summary rows |
... |
passed to |
Please take careful note of the argument order for st_sumrow()
compared to
sumrow()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.