Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.vector_with_cause

Print methods for objects with a cause attribute


Description

Prints objects of class scalar_with_cause and vector_with_cause.

Usage

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

## S3 method for class 'vector_with_cause'
print(x, na_ignore = FALSE, n_to_show = 10, ...)

Arguments

x

an object of class scalar_with_cause or vector_with_cause.

...

Currently unused.

na_ignore

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.

n_to_show

A natural number. The maximum number of failures to show.


assertive.base

A Lightweight Core of the 'assertive' Package

v0.0-9
GPL (>= 3)
Authors
Richard Cotton [aut, cre], Sunkyu Choi [trl], Ivanka Skakun [trl], Gergely Dar<c3><b3>czi [trl], Anton Antonov [trl], Hisham Ben Hamidane [trl], Anja Billing [trl], Aditya Bhagwat [trl], Rasmus B<c3><a5><c3><a5>th [trl], Mine Cetinkaya-Rundel [trl], Aspasia Chatziefthymiou [trl]
Initial release
2021-02-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.