Learn R Programming

ldat (version 0.3.3)

table.lvec: Create cross tables from lvec objects

Description

Create cross tables from lvec objects

Usage

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

# S3 method for 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.