Prints objects of class scalar_with_cause
and
vector_with_cause
.
# S3 method for scalar_with_cause
print(x, ...)# S3 method for vector_with_cause
print(x, na_ignore = FALSE, n_to_show = 10, ...)
an object of class scalar_with_cause
or
vector_with_cause
.
Currently unused.
A logical value. If FALSE
, NA
values
are printed; otherwise they do not. Like na.rm
in many
stats package functions, except that the position of the failing
values does not change.
A natural number. The maximum number of failures to show.