get_info.singular: singularized metrics information

View source: R/get_info.R

get_info.singularR Documentation

singularized metrics information

Description

Retrieve some informaiton on the content of a singularize object. Note: always print (cat) information, store the content if you want to programmatically access it.

Usage

## S3 method for class 'singular'
get_info(x, ...)

Value

(invisible) list with two componenents: metrics and standardizations. First slot consists in metrics attributes (corresponding weird info), second slot is a vector containing the names of aggregated standardized derived metrics.

Examples

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

## End(Not run)

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