my_inspect_cor: EDA Correlation Coefficient for al Numerical Variables

View source: R/jofou_EDA.R

my_inspect_corR Documentation

EDA Correlation Coefficient for al Numerical Variables

Description

Perform some inspectdf package function and put the results in preformated tables.

Usage

my_inspect_cor(df)

Arguments

df

A data frame.

Details

  • Data must have the type of variables your looking to summarize.

Examples

library(tidyverse)

iris %>%
    my_inspect_cor()


Jofou/jofou.lib documentation built on May 22, 2022, 11:42 a.m.