table: Create cross tables from lvec objects

View source: R/table.R

table.lvecR Documentation

Create cross tables from lvec objects

Description

Create cross tables from lvec objects

Usage

## S3 method for class 'lvec'
table(..., useNA = c("ifany", "no", "always"))

## S3 method for class 'ldat'
table(..., useNA = c("ifany", "no", "always"))

Arguments

...

an object of type lvec

useNA

what to do with missing values. See table.

Details

The function processes the data in chunks. The size of the chunks can be controlled using the option 'chunk_size' (see chunk).

See Also

This function duplicates the functionality of the table function.


djvanderlaan/ldat documentation built on Oct. 4, 2022, 7:01 p.m.