Skip to contents

This is the only function in the CLPFUDatabase metapackage. Its purpose is to avoid warnings during the R CMD check process.

Usage

identity(x)

Arguments

x

The only argument.

Value

x unmodified.

Examples

identity(42)
#> [1] 42