is_totrow.data.frame | R Documentation |
Test function to detect cells in total rows
## S3 method for class 'data.frame'
is_totrow(x, ..., partial = FALSE)
x |
The object to test, to get a field in, or to modify. |
... |
Used in methods to add arguments in the future. |
partial |
Should partial total rows be counted as total rows ? Default to FALSE. |
A list of logical vectors, with the data.frame column's totrow fields.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.