harcor: Title Hot and ready corrleation tables version 2

View source: R/harcor.R

harcorR Documentation

Title Hot and ready corrleation tables version 2

Description

Title Hot and ready corrleation tables version 2

Usage

harcor(data, selection = everything(), controls = NULL, leadzero = F)

Arguments

data

The dataframe to work with

selection

Tidy selection of main variables

controls

Tidy selection of control variables

leadzero

Leading zero on or off for correlation table

Value

Nicely formatted correlation table

Examples

mtcars |> harcor(1:9, 10:11)
mmtcars |> harcor(1:9)

lirabenjamin/Ben documentation built on Aug. 6, 2024, 7:11 p.m.