Nothing
Code
as.transform(1)
Condition
Error in `as.transform()`:
! `1` must be a character vector or a transformer object
Code
as.transform("x")
Condition
Error in `as.transform()`:
! Could not find any function named `transform_x()` or `x_trans()`
Code
new_transform("test", transform = identity, inverse = identity)
Output
Transformer: test [-Inf, Inf]
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.