View source: R/easystats_update.R
easystats_update | R Documentation |
Update easystats-packages and its dependencies from CRAN, if necessary.
easystats_update(which = c("all", "core", "deps"))
which |
String, indicates whether easystats-packages ( |
Invisible NULL
.
# check which local easystats-packages (and their dependencies)
# are out of date and install updates from CRAN
easystats_update()
# update only easystats core-packages
easystats_update("core")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.