Skip to contents

Print method for masked data (tbl_md).

Usage

# S3 method for tbl_md
print(x, drop_latent = FALSE, max.print = NULL, ...)

Arguments

x

A masked data object (tbl_md) to print.

drop_latent

A logical value. If TRUE, latent random variables are dropped. Default is FALSE.

max.print

An integer specifying the maximum number of rows and/or columns to print. Default is NULL (no limit).

...

Additional arguments to pass to the print method.