Description Usage Arguments Value Examples
View source: R/tidyTransform.R
Transform a table using a spec, specifying how the data is to be transformed, and what assumptions should be fulfilled.
1 |
data |
data-table or tibble |
spec |
a list with names header and fun |
A transformed tibble
1 | mtcars_fixed <- safeTransform(mtcars, 'specs/mtcars.R')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.