Learn R Programming

stranger (version 0.3.3)

get_info.singular: 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 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

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

Run the code above in your browser using DataLab