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

Identity

Identity function.


Description

Is concatenation benign?

Usage

Identity(...)

Arguments

...

tautological arguments

Value

The tautologized arguments, concatenated

Examples

list.copy <- function(list)
  Reduce(Identity, list)

list <- c(1, 2, 3)
stopifnot(list.copy(list) == list)

functional

Curry, Compose, and other higher-order functions

v0.6
GPL (>= 2)
Authors
Peter Danenberg <pcd@roxygen.org>
Initial release
2014-07-15

We don't support your browser anymore

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