Identity: Return the object passed to it.

Description Usage Arguments Value See Also Examples

View source: R/Constants.R

Description

Identity() returns itself.

Usage

1

Arguments

.x

an object.

Value

the object.

See Also

Other constants: False; Na; Null; True

Examples

1
2
3
4
# Return itself:
Identity(5)
Identity(mean)
Identity(lm(data = mtcars, mpg ~ cyl))

paulhendricks/functools documentation built on May 24, 2019, 8:41 p.m.