The goal of ralph is to Compute tidy correlations between two variables of a data
You can install the development version of ralph from GitHub with:
# install.packages("devtools")
devtools::install_github("shafayetShafee/ralph")
This is a basic example which shows you how to solve a common problem:
library(ralph)
compute_corr(data=faithful, var1=eruptions, var2 = waiting)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.