Pour les utisateurs francophones, la procédure d'installation de easieR est décrite ici : https://theeasierproject.wordpress.com/2017/05/05/comment-installer-easier/
For the installation of easieR, you must :
1) install the 'devtools' package and load it
install.packages("devtools") library("devtools")
2) install easieR
install_github("NicolasStefaniak/easieR")
Finally, easieR requires pandoc. For mac users, you can download and install pandoc here : https://github.com/jgm/pandoc/releases/tag/2.2.3.2
For windows users, pandoc is installed automatically when you are using the easieR()
function.
If it is not the case, please use the same procedure as mac users.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.