knitr::opts_chunk$set( collapse = FALSE, comment = "#>" )
ccaR is a package ...
You can download-install the package from github and load the library:
#devtools::install_github('thdiakon/ccaR') library(ccaR)
This is a simple example of implementation of the code for the ccaR package.
DATASET<-read.csv(system.file('extdata','miyazaki2017CCA.csv', package = 'ccaR') ,sep = ";") t<-cca(DATASET) #View(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.