get_info.singular: singularized metrics information

Description Usage Arguments Value Examples

View source: R/get_info.R

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

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

Arguments

x

One object from stranger package

...

Additional parameters - not used currently

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

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

## End(Not run)

stranger documentation built on March 18, 2018, 2:01 p.m.