Conditioned tibble header print method. This S3 method adds an extra line
in the header of a tibble that indicates the tibble is a conditioned tibble
(# Cond. tbl:) followed by the tally of the conditioning vector: number
of TRUE, FALSE and NA values: e.g., 1/1/1.
Usage
# S3 method for cnd_df
tbl_sum(x, ...)
Value
A character vector with header values of the conditioned data frame.
Arguments
x
A conditioned tibble of class cnd_df.
...
Additional arguments passed to the default print method.