Creates a transformation that applies no changes to the data.

NoTransform()

Value

A NoTransform object

Examples

if (FALSE) { # \dontrun{
trans <- NoTransform()
} # }