Print a ferx_data object
Description
Shows a compact exclusion summary (records retained, excluded counts, fired rules) followed by the first rows of the retained data.
Usage
# S3 method for ferx_data
print(x, n = 6L, ...)Arguments
x: Aferx_dataobject.n: Number of data rows to display. Default 6....: Passed toprint.data.frame.