powered by
Retrieve some information on the content of an object built with stranger package.
get_info(x, ...)# S3 method for stranger get_info(x, simplify = TRUE, ...)
# S3 method for stranger get_info(x, simplify = TRUE, ...)
One object from stranger package
Additional parameters - not used currently
boolean: simplify or keep output as list
matrix - metrics attributes (corresponding weird info), one row per weird.
# NOT RUN { library(dplyr) info <- iris %>% select(-Species) %>% crazyfy() %>% stranger() %>% get_info() info # }
Run the code above in your browser using DataLab