get_info.stranger: stranger object information

View source: R/get_info.R

get_info.strangerR Documentation

stranger object information

Description

Retrieve some information on the content of a stranger object.

Usage

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

Value

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

Examples

## Not run: 
library(dplyr)
info <-  iris %>% select(-Species) %>% crazyfy() %>% stranger() %>% get_info()
info

## End(Not run)

welovedatascience/stranger documentation built on Oct. 12, 2022, 10:52 p.m.