Install the latest stable version from GitHub:
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github(repo = "steverozen/ICAMSxtra")
To use new features in the development version, you can install ICAMSxtra from the master branch on GitHub, which may not be stable:
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github(repo = "steverozen/ICAMSxtra", ref = "master")
https://github.com/steverozen/ICAMSxtra/blob/v0.1.0-branch/ICAMSxtra_0.1.0.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.