Create cross tables from lvec objects
# S3 method for lvec
table(..., useNA = c("ifany", "no", "always"))# S3 method for ldat
table(..., useNA = c("ifany", "no", "always"))
an object of type lvec
what to do with missing values. See table
.
The function processes the data in chunks. The size of the chunks can be
controlled using the option `chunk_size` (see chunk
).
This function duplicates the functionality of the table
function.