if(!"remotes" %in% rownames(installed.packages())) install.packages("remotes") # pour installation git
remotes::install_github( # installer le package à partir du site github
"guiboucher/INESSS-inesss.datasets", # url du package
upgrade = "never" # "never" ou "always" - à modifier au besoin
)
.rs.restartR()
rm(list = ls())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.