harcor | R Documentation |
Title Hot and ready corrleation tables version 2
harcor(data, selection = everything(), controls = NULL, leadzero = F)
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 |
Nicely formatted correlation table
mtcars |> harcor(1:9, 10:11)
mmtcars |> harcor(1:9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.