if (!requireNamespace("remotes"))
install.packages("remotes")
remotes::install_github("rstudio/renv")
renv::init()
renv::install()
renv::update()
renv::snapshot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.