View source: R/infer-transformation.R
infer_transformation | R Documentation |
For a handful of transformations on y, infer the reverse transformation. If the transformation is not recognized, return the identity function. This is primarily intended to be used for setting a default value in other functions.
infer_transformation(formula, warn = TRUE)
formula |
A formula as used by, for example, |
warn |
A logical. |
A function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.