print.exl_tbl {ExclusionTable}R Documentation

Prints exl_tbl objects

Description

This is a print function for exl_tbl objects, created with exlcusion_table(). The function improves the readability of the output.

Usage

## S3 method for class 'exl_tbl'
print(x, ...)

Arguments

x

An exl_tbl object.

...

Other arguments that should be passed to print.

Value

No return value, called for side effects.


[Package ExclusionTable version 1.1.0 Index]