| iter_cor | R Documentation | 
This function perform multiple correlation analyses between a specific variable and various continuous variables
iter_cor(data, varlist, var, method = "pearson", print.result = F, p.round = 3)
| data | a dataframe to be used | 
| varlist | a vector of continuous variables | 
| var | a variable of interest | 
| method | a character string indicating which correlation coefficient is to be used for the test. One of "pearson", "kendall", or "spearman", can be abbreviated. | 
| print.result | a logical indicating whether to show significant variables | 
| p.round | a specified number of decimal places to which rounds the values | 
Dataframe containing the result of correlation analyes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.