Learn R Programming

stranger (version 0.3.3)

get_info: stranger object information

Description

Retrieve some information on the content of an object built with stranger package.

Usage

get_info(x, ...)

# S3 method for stranger get_info(x, simplify = TRUE, ...)

Arguments

x

One object from stranger package

Additional parameters - not used currently

simplify

boolean: simplify or keep output as list

Value

matrix - metrics attributes (corresponding weird info), one row per weird.

Examples

Run this code
# NOT RUN {
library(dplyr)
info <-  iris %>% select(-Species) %>% crazyfy() %>% stranger() %>% get_info()
info
# }

Run the code above in your browser using DataLab