View source: R/update_exploratory.R
update_exploratory | R Documentation |
Updates the current package 'exploratory' by installing the most recent version of the package from GitHub This function requires installing Package 'remotes' v2.4.2 (or possibly a higher version) by Csardi et al. (2021), https://cran.r-project.org/package=remotes
update_exploratory(force = TRUE, upgrade_other_pkg = FALSE, confirm = TRUE)
force |
logical. If |
upgrade_other_pkg |
input for the |
confirm |
logical. If |
there will be no output from this function. Rather, executing this function will update the current 'exploratory' package by installing the most recent version of the package from GitHub.
## Not run:
if (interactive()) {update_exploratory()}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.