is_refrow.data.frame | R Documentation |
Test function to detect cells in reference rows
## S3 method for class 'data.frame'
is_refrow(x, ..., partial = TRUE)
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 reference rows be counted as reference rows ? Default to FALSE. |
A list of logical vectors with the in_refrow fields.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.