Learn R Programming

netknitr (version 0.2.1)

getAssociation: getAssociation

Description

Determine the associations between the values of different columns within the input data frame crude_data.

Usage

getAssociation(crude_data)

Value

data frame of edges indicating from and to nodes

Arguments

crude_data

data frame to get associations between the values of different columns

Author

Jayachandra N

Examples

Run this code
getAssociation(head(mtcars))

Run the code above in your browser using DataLab