Learn R Programming

tidycomm (version 0.0.1)

to_correlation_matrix: Create correlation matrix

Description

Turns the tibble exported from correlate into a correlation matrix.

Usage

to_correlation_matrix(data)

Arguments

data

a tibble returned from correlate

Value

a tibble

Examples

Run this code
# NOT RUN {
WoJ %>% correlate() %>% to_correlation_matrix()

# }

Run the code above in your browser using DataLab