View source: R/install_latest.R
install_latest | R Documentation |
This function can be used to install the latest package version of ggeffects, either the development version (from R-universe/GitHub) or the current version from CRAN.
install_latest(
source = c("development", "cran"),
force = FALSE,
verbose = TRUE
)
source |
Character. Either |
force |
Logical, if |
verbose |
Toggle messages. |
Invisible NULL
.
# install latest development-version of ggeffects from the
# r-universe repository
install_latest()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.