print.sticky: print a sticky attribute object

Description Usage Arguments Details Value Examples

View source: R/print.R

Description

print a sticky object which mostly delegates it the the next method.

Usage

1
2
## S3 method for class 'sticky'
print(x, ...)

Arguments

x

sticky object

...

further arguments passed to or from other methods.

Details

prints a sticky object; this is also the default method for sticky objects

Value

An invisible copy of x.

Examples

1
2
3
  x <- sticky(1:3)
  print(x)
  x

decisionpatterns/sticky documentation built on March 24, 2020, 12:14 a.m.