I: Inhibit Interpretation/conversion of object

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/I.R

Description

This is AsIs function for compatibility purpose. See AsIs help.

Usage

1
  I(x)

Arguments

x

an object

Details

Function has two main usage. See AsIs help.

Value

A copy of object with class "AsIs" prepared to the class(es).

Note

This is I, and AsIs function in base package, inserted here for compatibility to change of package versions.

Author(s)

Chambers, J. M. (1992)

References

Chambers, J. M. (1992) Linear models. Chapter 4 of statistical models in S eds J. M. Chamber and T. J. Hastie, Wadsworth & Brooks/Cole.

See Also

AsIs

Examples

1
2
3
  ## The function is currently defined as
  "I"
  

nlr documentation built on July 31, 2019, 5:09 p.m.

Related to I in nlr...