is_tottab.data.frame | R Documentation |
Test function to detect cells in total tables
## S3 method for class 'data.frame'
is_tottab(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 tabs be counted as total tabs ? Default to FALSE. |
A list of logical vectors, with the data.frame column's tottab fields.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.