Get table with transformation applied to each dataset
Source:R/transformation.R
get_table_transformations.Rd
From the results of transformations on datasets, generates a table giving for each dataset the transformation that was applied to it.
Arguments
- transformation_result
A list in which each element is the result of a transformation applied to a different dataset, computed with the transform_dataset function.
- best_normalize_details
Logical, should information about the transformations selected by bestNormalize for each feature be displayed? Default value is
FALSE
.