Since it is on GitHub, installing epair
in R with the devtools
package
is straightforward.
library(devtools) devtools::install_github("GLOrozcoM/epair") library(epair)
An alternative is to download the epair files on to your computer from GitHub.
You can download them here. After navigating to the parent folder of the epair directory, you can use devtools
.
devtools::install("epair") library(epair)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.