is_tottab.data.frame: Test function to detect cells in total tables

is_tottab.data.frameR Documentation

Test function to detect cells in total tables

Description

Test function to detect cells in total tables

Usage

## S3 method for class 'data.frame'
is_tottab(x, ..., partial = FALSE)

Arguments

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.

Value

A list of logical vectors, with the data.frame column's tottab fields.


BriceNocenti/tablr documentation built on April 12, 2025, 12:56 a.m.