You can install epoxy from CRAN:
install.packages("epoxy")
You can install the latest development version of epoxy with remotes
# install.packages("remotes") remotes::install_github("gadenbuie/epoxy")
or from gadenbuie.r-universe.dev.
options(repos = c( gadenbuie = "https://gadenbuie.r-universe.dev/", getOption("repos") )) install.packages("epoxy")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.