Description Usage Arguments Details Examples
Attempt multiple transformations of a vector
1 2 3 4 5 6 7 8 |
x |
vector |
fun |
function to try out on vector |
... |
additional arguments to pass to fun |
tf_try
transforms the data but keep track of the original vector
allowing for multiple attempts at transforming the vectors
1 2 3 4 |
This is very handy for transforming data that allowed or didn't enforce a particular format such as a date.
tf_end
stops the trying of values by stripping the tf_try
class
and stops recording the original values.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.