dice: Returns a correlation table with the selected fields only

View source: R/reshape.R

diceR Documentation

Returns a correlation table with the selected fields only

Description

Returns a correlation table with the selected fields only

Usage

dice(x, ...)

Arguments

x

A correlation table, class cor_df

...

A list of variables in the correlation table

Examples


dice(correlate(mtcars), mpg, wt, am)

tidymodels/corrr documentation built on Jan. 27, 2024, 8:41 a.m.